About fineui
Extjs-based professional ASP. NET 2.0 control library.
Mission of fineui
Create no JavaScript, no CSS, no updatepanel, no viewstate, no WebServices website applicationProgram.
Supported browsers
Ie 7.0 +, Firefox 3.6 +, chrome 3.0 +, opera 10.5 +, and Safari 3.0 +
Authorization Protocol
Apache license 2.0 (APACHE)
Related Links
Forum: http://fineui.com/bbs/
Example: http://fineui.com/demo/
Document: http://fineui.com/doc/
Download: http://fineui.codeplex.com/
Release history
+ 2012-3 3 v3.2.2
-Fixed the dynamic addition button menu error and updated the example button/button_menu.aspx (Simon blow snow ).
+ Add the plain attribute for the window control, the footer type for the toolbarposition, And the footerbaralign attribute for the panel.
-Added the example window/window_toolbar.aspx.
-Update example: Basic/login. aspx and basic/login_captcha.aspx.
-The basic/login_captcha.aspx example is updated. The verification code refresh function is added.
+ Third-party editor enhancements.
-Fixed the problem that the sample ASPnet/FCKeditor. aspx could not obtain the user input value.
-Added the sample ASPnet/FCKeditor. aspx. You do not need to refresh the entire editor when updating the editor content.
-Added the sample ASPnet/ckeditor. aspx to demonstrate how to integrate ckeditor_4.0 in the project.
-Added the sample ASPnet/ueditor. aspx to demonstrate how to integrate ueditor_1.2.3 in the project.
+ Grid enhancement.
+ When you rebind data (databind), the selected row (selectedrowindexarray) is cleared ).
-Update note: 1. You need to bind table data before setting the selected row. 2. When you rebind data, you do not need to manually clear the selected rows.
-Added the rownumberwidth attribute. For tables whose sequence number column may be greater than or equal to 100, you need to set an appropriate width, for example, 30px (mortal brother ).
+ The enablerownumberpaging attribute is added. Whether the row sequence number column supports paging (the default value is false, that is, each page starts from 1) (ou Zhihui ).
-Add the example GRID/grid_rownumber_paging.aspx and GRID/grid_rownumber_paging_database.aspx.
+ Fixed the problem that table content cannot be cleared when datasource is set to null (pig 8 ).
-Update GRID/grid_pageitems.aspx to demonstrate how to clear table data.
-Update the GRID/grid_rowexpander.aspx example to control the display of hidden row extension columns.
+ Added the clearselectedrowsafterpaging attribute to control whether to clear the selected rows after the page is displayed on the server.
-Add the example GRID/grid_paging_selection.aspx and GRID/grid_paging_database_selection.aspx to demonstrate how to retain selected data across pages.