・バグへの対応
- In event definition, added two new attributes timeout,onTimeoutError to "event" node.
- "parent" or "constraint" attribute defined in layout definition file will cause Exception on open.
- UTF-8 -> UTF-16LE
- http://sourceforge.jp/forum/forum.php?thread_id=12591&forum_id=9854
・その他の変更
- "headers" property added to event property. Header could be edited in the property view.
- "teleType" attribute added to Source and Event.
- "sendBlankElement" attribute added to Source and Bind.
- "onErrorTele" and "soap" attributes added to Result.
- Updated to the latest layout and event interface.
・その他の変更
- Added wizards for creating container html, layout file, and event file.
- Event Property's value is set on "focusLost". see:http://sourceforge.jp/tracker/index.php?func=detail&aid=9110&group_id=2419&atid=8993
- javaScriptGlobal tag is only valid when it's the child of layoutDef tag.
- Added type,desc,min,max,regexp attributes belonging to source node to the event definition file.
・バグへの対応
- Some of the properties of alert and popup components are not parsed by the IDE.
- In the event definition xml file, some attributes of the source tag are not parsed.
- javaScriptGlobal tag's content is mistakenly deleted by IDE.
1.1.5
───────────────────────────────────
・バグへの対応
- Tree node's sText,sIcon,sIcon2 properties are not parsed by the IDE.
1.1.4
───────────────────────────────────
・その他の変更
- The default name of divSplit is "div1" and "div2". The "autoResizableH" and "autoResizableW" properties has default value - false.
・バグへの対応
- Components could be drag&drop to become a child of splitter container.
- DivSplit's name other than "div1" and "div2" will cause javascript error in rialto. Splitter created by IDE will have
divSplit with name "div1" and "div2".
1.1.3
───────────────────────────────────
・バグへの対応
- In layout definition file, generated dtd declaration's root node name is still "maskat". It should be "layoutDef".
- Frame component has a "draggable" property instead of "draganddrop".
1.1.2
───────────────────────────────────
・その他の変更
- Changes on the component tags' interface according to the maskat framework.
1.1.0
───────────────────────────────────
・その他の変更
- Supports customize component by eclipse plugin. Added "org.maskat.ide.gef.customizecomponents" extension point.
- Supports link.xml, layout definition file and event definition file are not confined by 1:1 relationship.
- Root node name of layout definition file changes from "maskat" to "layoutDef"
- Supports multiple layout definition in one layout definition file. Could switch the display of layouts by popup menu.
- Root node name of event definition file changes from "config" to "eventDef"
- "layout" tag is discarded from the event definition file.
- "radioGroup" and "radioMember" nodes are added in layout definition file for the mapping of the radio component.
・バグへの対応
- Schema is not generated for layout's "onload" event.