- [Requirement] Load extra CSS file by project
- [Requirement] Add java script API: setMappingAttribute(attributeName)
- [Requirement] DOM find/replace dialog: add axis "descendant-or-self::" for search simple element
- [Bug] Hidden element outline is not move after scrolling.
- [Bug] Taglib API: insertBefore(node, refNode) should not replace node
- [Bug] Visual view: Pin editer does not work in some case
For example: <t:inputText label="Name" value="Bravo Editor"/>
will generate:
<div><span>Name</span><input type="text" value="Bravo Editor" /></div>
When you click text inside <span>, the cursor of source editor will move to attribute 'label'.
When you click <input>, the cursor of source editor will move to attribute 'value'.
No comments:
Post a Comment