|
linb
|
 |
« on: June 21, 2011, 10:44:11 PM » |
|
It is our privilege and pleasure to announce the availability of Sigma Visual 4.0. Among the long list of new and improved features:
=================================== Code =================================== Added TagEditor, FoldingTabs Widgets Added XMLRPC/SOAP client wrappers ----------------------------------- Added properties to linb.DataBinder: data, dataSourceType, queryURL, queryMethod, queryAsync, queryModel, queryArgs, proxyType, requestType, responseType Removed functions from linb.DataBinder: getValue, resetValue Added functions to linb.DataBinder: getDirtied, updateDataToUI, updateDataFromUI, invoke, read, write Added events to linb.DataBinder: beforeUpdateDataToUI, afterUpdateDataFromUI, beforeInvoke, afterInvoke, beforeRead, afterRead, beforeWrite, afterWrite Added property to linb.Com: dataBindLoadType Added functions to linb.Com: getDataBinders Added functions to linb.UI.TreeGrid: offEditor, autoRowHeight, autoColWidth Added properties to linb.UI.Input: labelSize, labelPos, labelGap, labelCaption, labelHAlign Added events to linb.UI.Input: onLabelClick, onLabelDblClick, onLabelActive Moved functions from linb.UI to linb.absObj: getProperties, setProperties, getEvents, setEvents Added properties to linb.UI.RadioBox: checkBox Removed functions from linb.UI.TimeLine: fixedWidth Added properties to linb.UI.absList/linb.UI.TreeGrid: valueSeparator Added properties to linb.UI.Span/linb.UI.Div/linb.UI.Block/linb.UI.Dilalog/linb.UI.Tabs/linb.UI.Layout: overflow Removed keys from linb.absIO(linb.Ajax/linb.SAjax/linb.IAjax): "type" and "randKey" Added keys to linb.absIO options: "proxyType", "Accept", "contentType", "header" "username" and "password" (for linb.Ajax only)
Modified Ajax to return object(plain text in previous version) by default; Modified all backend code according according to the updated linb.absIO. ----------------------------------- Added some new code examples
=================================== Builder =================================== Allowed pre-configured widgets in the "Tool Box" -----------------------------------
|