What is new on BRIM UI IDE Version 14.1
- Comments are added to XML. You can enter comments into XML in following syntax.
- <root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://192.168.1.109:8888/bdf_v14_1/bdf_ide_v14_1.xsd">
- <!--comment example -->
- <mainframe>
- </mainframe>
- <!--comment example -->
- </root>
- "backgroundColorColumn" attribute is added to components in Grid.
- "maxFileSize" attribute is added to fileUpload component.
- "Refresh interface from database" is fixed. Interface query is updated correctly with new view columns.
What is new on BRIM UI IDE Version 15
- Export Application dialog is re-designed and re-implemented to support partial ETL
- "Rename" menu item is added to right-click menu
- "includedPanels" node is converted to hierarchical structure
- Editor component is modified to support Multi-Tabs for individual object XMLs. Users can open different object XMLs concurrently.
- Changes On XML
- "name" attribute removed from mainframe, dialog, menuBar, popupMenu, panel, accordionPanel, splitpanel, tabbedpanel, dataSource, recordList objects
- "transparent" and "backgroundColor" attributes are added to textLabel component
- "currentInstanceChanged", "instanceClosed", "closeIconClicked" events are added to editor component
- The type of "maxFileSize" attribute which is in fileUpload component, is changed from integer to string to support "..B ..KB ..MB ..GB" syntax
- "percentage" attribute removed from grid column
- The type of "width" attribute which is in grid column/recordlist column, are changed from integer to string to support both of "..%" percentages and pixel
- The "dividerLocation" attribute of splitPanel restricted between 0 to 100