You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N.formatter : Fixed a bug where the Datepicker dialog box was incorrectly displayed when N.datepicker was used declaratively with the N.list component.
Natural-UI v0.8.15.13
Add N.list component using UL / LI element as component template
Integration of duplicate functions in UI package into N.UI object functions(Integration in progress).
N.grid : Added unselect option to disable the ability to reselect a row when the select option is true.
N.grid : Fixed a bug where select was not added when addSelect option was true.
N.grid : Add rowHandlerBeforeBind event to be executed before binding when bind or add
N.grid : Changed the execution point of the rowHandler to execute after a bind when call the bind or add method.
If the previous source code fails with rowHandler, replace rowHandler with rowHandlerBeforeBind.
However, if you get a rowHandler error when you add, modify the rowHandler implementation. Sorry.
N.grid : Now, if you use N.select radio input and Grid in conjunction, you can put radio input in the grid.
N.form : Changed onBindBefore, onBindAfter event names to onBeforeBind, onBind.
N.popup : Fixed a bug where the key event handler was falling infinite loop intermittently when the calling order was complex.
N.tab : Changed the tab_content_active__ class to be added before onActive executes.
N.list : Fixed a bug where does not selected when adding rows even though the addSelect option was true.
N.list : Fixed a bug that did not scroll to the line when it was added or append even if appendScroll option is true.
N.select : Fixed an issue where radio selections would disappear due to duplicate name attribute values when running components on the radio with the same id between block pages.
Changed this context in the event handlers of all components(rowHandler, onBind, onSelect, etc.) to instances of that component.
Natural-UI.Shell v0.8.1.6
N.doc : Removed the cont (arguments [0]) argument from the handler of the onLoad event
N.doc : Added a doc method to get the information of the loaded content(page).
N.doc : Added cont method to get controller (N.cont) object of loaded contents (page).