Extaspnet v3.1.4

Source: Internet
Author: User

Extaspnet-extjs-based professional ASP. NET 2.0 control library with comprehensive Ajax support and rich Interface Effects

Extaspnet is a set of extjs-based professional ASP. NET 2.0 control libraries with comprehensive Ajax support and rich interface effects.
Extaspnet is used to create website applications without JavaScript, CSS, updatepanel, viewstate, and WebServices.

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)

Example: http://extasp.net/
Forum: http://bbs.extasp.net/
Download: http://extaspnet.codeplex.com/
Blog: http://sanshi.cnblogs.com/

Release history:

+ 2012-04-24 v3.1.4
-Fixed the grouppanel error on the page ).
-Fixed the problem of manually calling form. Submit (redleaf ).
-Fixed an error in the ASPNET directory in IE8 (example. NET and 〓 ).
-Improve the calendar control, add dateselect events, and add example form/calendar. aspx (forgotten corner ).
-Fixed the problem that the items with a null string in the dropdownlist could not respond to onselectedindexchanged, and added the example dropdownlist/dropdownlist_emptyvalue.aspx ().
-Adds the forceselection and text attributes to the dropdownlist to control whether to force the selected items to be items (Dennis) in the drop-down list ).
-Fixed the error (22854632) when the address contains ).
+ Important updates: fixed the compatibility problem between templatefield and Asp.net controls in the grid (phantom, happy pig ).
-Simply put, the Asp.net control can be obtained at the time of sending back through (system. Web. UI. webcontrols. textbox) Row. findcontrol ("tbxgroupname.
-Added the example GRID/grid_edit.aspx.
-Added the example GRID/grid_edit_dropdownlist.aspx and GRID/grid_edit_dropdownlist2.aspx to demonstrate how to bind the drop-down list data in the grid in the background.
-Add the updatetemplatefields Method to the grid and add the example GRID/grid_edit_dropdownlist_update.aspx.

+ V3.1.3
-Fixed the JS error bug when language = "zh_tw" (daxiong ).
+ Add the enabledateselect attribute and dateselect event to datepicker to send back the page (landroid) when the date is selected ).
-To differentiate the attributes autopostback and enabledateselect, add the example form/datepicker_autopostback.aspx.
-Fixed the style issue of Accordion under the Access topic (czfeifan ).
-Fixed the problem that an error occurred when Ajax changes the attributes of the imagewidth and other types of unit ).
-Fixed the File Upload error in chrome (yufuzi and landroid ).
+ Added the filename attribute for the fileupload control to obtain the client file name (landroid) that does not contain the path ).
-The value obtained by filename is the completion path in IE and the file name in chrome.
-Update the Russian Language Pack (vbelyaev ).
-Add imagewidth and imageheight (redleaf0724) to the imagefield in the grid ).
-Added the string2icon and icon2string methods for iconhelper (redleaf0724 ).
-You can directly specify sortdirection and sortcolumnindex in aspx, and add the sortcolumn attribute (du zhibin ).
-Fixed the problem that the sorting mark of the grid disappears after turning pages or binding (du zhibin ).

 

+ 2012-04-04 v3.1.2
-Fixed the bug where access was denied when an error message was prompted in IE ("about: blank" was incorrectly written as "about: blank ;").
-Fixed the bug of the check box for automatic sending back in grid.
-Fixed the example problem: GRID/grid_doubleclick.aspx, config/ajax. aspx.
-Added the example GRID/grid_complex_property.aspx for binding to the second-level attribute.
-Fixed the bug where press enter in the input box of form/triggerbox. aspx.
-Fixed the bug in the dropdownlist/dropdownlist. aspx option when there was an error in angle brackets.
+ Update the example GRID/grid_checkboxfield.aspx and add the code for obtaining the selected status of the check box.
-Added the getcheckedstate Method for checkboxfield.
-Convert. toboolean (grid1.rows [rowindex]. States [field1.columnindex]) has the same result as field1.getcheckedstate (rowindex.
+ Add the example GRID/grid_rowcheckall.aspx to select all the check boxes of the current row (the first drop of Ice Rain ).
-Added the setcheckedstate and getcheckedstate methods for the checkboxfield.
+ Added the refreshiframe and getrefreshiframereference methods for panelbase (Zheng Wei ).
-Update the example IFRAME/parent_postback.aspx.

+ 2012-04-02 v3.1.1
+ If the input item does not match the specified format when you manually enter the date value, the system will try to parse (Dennis) in the following format ).
-Added enablechinesealtformats. The default value is true.
-Yyyy-mm-dd, yyyy-m-D, yyyymmdd, yyyymd, YY-mm-dd, YY-m-D, yymmdd, and yymd.
-Fixed the bug (du zhibin) that cannot be selected when the value of listitem in dropdownlist is an empty string ).
-Added the enableedit attribute to the dropdownlist to indicate whether to enable editing. This attribute is used to automatically filter the values in the drop-down box when input. The default value is true (random stroll, du zhibin, and peak return conversion ).
-Replace the NII. JSON class library with JSON. net. Starting from the next version, newtonsoft. JSON. dll (du zhibin and Jing Hong Cang Hai) must be introduced when extaspnet. dll is introduced ).
-Added the labelalign attribute for form and simpleform to control the position of form labels (left, right, and top) (Uncle Zhixin ).
-Add formitemclass to the form control to add the CSS class name to the external Div of a form item. For details, see the example other/formitemclass. aspx (fengwu Tianxiang ).
-The enablerowclick and enablerowdoubleclick attributes are added to the grid. They can be used to control the click or double-click row sending back page (quiet life, fengwu Tianxiang ).
-Fixed the bug where columnwidths of formrow cannot specify the pixel value, and added an example (Form/layout_panel1.aspx) (yezie ).
-Move all layout settings related attributes from iner to boxcomponent, which means that all controls can participate in the layout (see the example form/layout_panel2.aspx ).
-DLL to lose weight. Besides unnecessary JS, CSS, and language resources, all built-in icons are moved out, the DLL size is reduced from 2.5 MB to MB (liko1688, yezie, blue fantasy ).
-Fixed the JS error when the returned data is empty (first drop of Ice Rain ).
-Add the example other/addtab. aspx to set the hash value in the URL: window. Location. Hash = '#/basic/Hello. aspx' (scarecrow ).
-Fixed the problem that node is null when you click the title bar of the window control when the scroll bar appears in IE7 ).
+ In the native IE7 (non-IE7 mode in IE8), when the page in IFRAME shows a scroll bar, all buttons on the page cannot be clicked ).
-The final result is a problem during the initialization of quicktips. You must initialize Ext. quicktips. INIT (false); in this way, which is a compatibility issue of extjs itself.
-Ext. quicktips. init-autoreader: True to render the quicktips container immediately to preload images ..
-Optimized error prompt. Now you can display detailed error information and enable the dimmed button (fengwu Tianxiang ).
-Simplified databinder. eval (container. dataitem, "gender") for grid binding to eval ("gender") ().

 

========================================

Find QQ group please move here: http://www.cnblogs.com/sanshi/archive/2012/01/28/2330677.html

We recommend that you join the extaspnet official exchange group:
========================================
We sincerely invite you to join the extaspnet official Forum to contribute to the development and growth of extaspnet:
Http://bbs.extasp.net/

Note: In order to prevent hydrological flooding, the official forum can only log in through the QQ account, which eliminates the trouble of re-registering an account.

========================================
Note: We recommend that you upgrade v3.0.0, v3.0.1, v3.1.0, v3.1.1, v3.1.2, and v3.1.3 to v3.1.4.

+ 2012-04-24 v3.1.4
-Fixed the grouppanel error on the page ).
-Fixed the problem of manually calling form. Submit (redleaf ).
-Fixed an error in the ASPNET directory in IE8 (example. NET and 〓 ).
-Improve the calendar control, add dateselect events, and add example form/calendar. aspx (forgotten corner ).
-Fixed the problem that the items with a null string in the dropdownlist could not respond to onselectedindexchanged, and added the example dropdownlist/dropdownlist_emptyvalue.aspx ().
-Adds the forceselection and text attributes to the dropdownlist to control whether to force the selected items to be items (Dennis) in the drop-down list ).
-Fixed the error (22854632) when the address contains ).
+ Important updates: fixed the compatibility problem between templatefield and Asp.net controls in the grid (phantom, happy pig ).
-Simply put, the Asp.net control can be obtained at the time of sending back through (system. Web. UI. webcontrols. textbox) Row. findcontrol ("tbxgroupname.
-Added the example GRID/grid_edit.aspx.
-Added the example GRID/grid_edit_dropdownlist.aspx and GRID/grid_edit_dropdownlist2.aspx to demonstrate how to bind the drop-down list data in the grid in the background.
-Add the updatetemplatefields Method to the grid and add the example GRID/grid_edit_dropdownlist_update.aspx.

+ V3.1.3
-Fixed the JS error bug when language = "zh_tw" (daxiong ).
+ Add the enabledateselect attribute and dateselect event to datepicker to send back the page (landroid) when the date is selected ).
-To differentiate the attributes autopostback and enabledateselect, add the example form/datepicker_autopostback.aspx.
-Fixed the style issue of Accordion under the Access topic (czfeifan ).
-Fixed the problem that an error occurred when Ajax changes the attributes of the imagewidth and other types of unit ).
-Fixed the File Upload error in chrome (yufuzi and landroid ).
+ Added the filename attribute for the fileupload control to obtain the client file name (landroid) that does not contain the path ).
-The value obtained by filename is the completion path in IE and the file name in chrome.
-Update the Russian Language Pack (vbelyaev ).
-Add imagewidth and imageheight (redleaf0724) to the imagefield in the grid ).
-Added the string2icon and icon2string methods for iconhelper (redleaf0724 ).
-You can directly specify sortdirection and sortcolumnindex in aspx, and add the sortcolumn attribute (du zhibin ).
-Fixed the problem that the sorting mark of the grid disappears after turning pages or binding (du zhibin ).

 

+ 2012-04-04 v3.1.2
-Fixed the bug where access was denied when an error message was prompted in IE ("about: blank" was incorrectly written as "about: blank ;").
-Fixed the bug of the check box for automatic sending back in grid.
-Fixed the example problem: GRID/grid_doubleclick.aspx, config/ajax. aspx.
-Added the example GRID/grid_complex_property.aspx for binding to the second-level attribute.
-Fixed the bug where press enter in the input box of form/triggerbox. aspx.
-Fixed the bug in the dropdownlist/dropdownlist. aspx option when there was an error in angle brackets.
+ Update the example GRID/grid_checkboxfield.aspx and add the code for obtaining the selected status of the check box.
-Added the getcheckedstate Method for checkboxfield.
-Convert. toboolean (grid1.rows [rowindex]. States [field1.columnindex]) has the same result as field1.getcheckedstate (rowindex.
+ Add the example GRID/grid_rowcheckall.aspx to select all the check boxes of the current row (the first drop of Ice Rain ).
-Added the setcheckedstate and getcheckedstate methods for the checkboxfield.
+ Added the refreshiframe and getrefreshiframereference methods for panelbase (Zheng Wei ).
-Update the example IFRAME/parent_postback.aspx.

+ 2012-04-02 v3.1.1
+ If the input item does not match the specified format when you manually enter the date value, the system will try to parse (Dennis) in the following format ).
-Added enablechinesealtformats. The default value is true.
-Yyyy-mm-dd, yyyy-m-D, yyyymmdd, yyyymd, YY-mm-dd, YY-m-D, yymmdd, and yymd.
-Fixed the bug (du zhibin) that cannot be selected when the value of listitem in dropdownlist is an empty string ).
-Added the enableedit attribute to the dropdownlist to indicate whether to enable editing. This attribute is used to automatically filter the values in the drop-down box when input. The default value is true (random stroll, du zhibin, and peak return conversion ).
-Replace the NII. JSON class library with JSON. net. Starting from the next version, newtonsoft. JSON. dll (du zhibin and Jing Hong Cang Hai) must be introduced when extaspnet. dll is introduced ).
-Added the labelalign attribute for form and simpleform to control the position of form labels (left, right, and top) (Uncle Zhixin ).
-Add formitemclass to the form control to add the CSS class name to the external Div of a form item. For details, see the example other/formitemclass. aspx (fengwu Tianxiang ).
-The enablerowclick and enablerowdoubleclick attributes are added to the grid. They can be used to control the click or double-click row sending back page (quiet life, fengwu Tianxiang ).
-Fixed the bug where columnwidths of formrow cannot specify the pixel value, and added an example (Form/layout_panel1.aspx) (yezie ).
-Move all layout settings related attributes from iner to boxcomponent, which means that all controls can participate in the layout (see the example form/layout_panel2.aspx ).
-DLL to lose weight. Besides unnecessary JS, CSS, and language resources, all built-in icons are moved out, the DLL size is reduced from 2.5 MB to MB (liko1688, yezie, blue fantasy ).
-Fixed the JS error when the returned data is empty (first drop of Ice Rain ).
-Add the example other/addtab. aspx to set the hash value in the URL: window. Location. Hash = '#/basic/Hello. aspx' (scarecrow ).
-Fixed the problem that node is null when you click the title bar of the window control when the scroll bar appears in IE7 ).
+ In the native IE7 (non-IE7 mode in IE8), when the page in IFRAME shows a scroll bar, all buttons on the page cannot be clicked ).
-The final result is a problem during the initialization of quicktips. You must initialize Ext. quicktips. INIT (false); in this way, which is a compatibility issue of extjs itself.
-Ext. quicktips. init-autoreader: True to render the quicktips container immediately to preload images ..
-Optimized error prompt. Now you can display detailed error information and enable the dimmed button (fengwu Tianxiang ).
-Simplified databinder. eval (container. dataitem, "gender") for grid binding to eval ("gender") ().

 

========================================

Find QQ group please move here: http://www.cnblogs.com/sanshi/archive/2012/01/28/2330677.html

We recommend that you join the extaspnet official exchange group:
========================================
We sincerely invite you to join the extaspnet official Forum to contribute to the development and growth of extaspnet:
Http://bbs.extasp.net/

Note: In order to prevent hydrological flooding, the official forum can only log in through the QQ account, which eliminates the trouble of re-registering an account.

========================================
Note: We recommend that you upgrade v3.0.0, v3.0.1, v3.1.0, v3.1.1, v3.1.2, and v3.1.3 to v3.1.4.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.