What is new on BDF Version 12
- Ability to change datasource the tree to produce nodes via api_treenode.populateChildren method
- refreshRowByID, refreshRowByPK, getRequiredColumnViolations methods are added to Api_Datasource
- In Api_Component package, in_componentName_tx parameter is renamed as in_panelDotComponentName_tx for all methods
- In Api_Tree and Api_TreeNode packages, in_componentName_tx/in_treeName_tx parameters are renamed as in_panelDotTreeName_tx for all methods
- Attribute level setCell methods are added to Api_Panel, Api_Frame and Api_Dialog
- HTMLRenderer, Image and HyperLink components are implemented
- Api_treenode.NodeType_rec record type is renamed as t_Node
- The in_subpanelName_tx input parameter in api_frame.addPanel, api_frame.removePanel, api_dialog.addPanel and api_dialog.removePanel procedures is renamed as in_panelName_tx
- The wasPrevExpanded and wasPrevCollapsed procedure in api_treeNode are renamed as isPrevExpanded,isPrevCollapsed respectively
- The in_treeNode_tx input parameter in api_treeNode.isPrevExpanded, api_treeNode.isPrevCollapsed is renamed as in_nodekey_tx
- DoubleClick event is added to components defined inside of a grid
- Api_Component.setURL method is added to set url property of HTMLRenderer, Image and HyperLink components