Version 0.3
Pre-release
Pre-release
Enhancements
- Allow multiple class, script and css tags
<css href="http://abc.com/my_css1.css"/>
<css href="http://abc.com/my_css2.css"/>
<class url="http://abc.com/" name="com.whitewoodcity.MyClass1" function="test"/>
<class url="http://abc.com/" name="com.whitewoodcity.MyClass2" function="test"/>
<script href="http://abc.com/test_javascript.js"/>
<script type="ruby" href="http://abc.com/test_ruby.rb"/>
- Any parse or execution of css, class or script will not affect the whole page rendering but will prompt a red question mark on the right-top corner button.