标签:data 附件 后台应用 重构 widgets jquery gpl const 领域
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | org.tinygroup.calendar org.tinygroup.jquery org.tinygroup.bootstrap org.tinygroup.bootstrapWizard org.tinygroup.ckeditor org.tinygroup.colorhelpers org.tinygroup.colorpicker org.tinygroup.component org.tinygroup.datatables org.tinygroup.delete-table-row org.tinygroup.dropzone org.tinygroup.easyPieChart org.tinygroup.excanvas org.tinygroup.fastclick org.tinygroup.flot org.tinygroup.FontAwesome org.tinygroup.fueluxwizard org.tinygroup.fullcalendar org.tinygroup.ie-placeholder org.tinygroup.ion-slider org.tinygroup.jquery-form org.tinygroup.jquery-nestable org.tinygroup.jquery-touch org.tinygroup.jstorage org.tinygroup.js-migrate org.tinygroup.knob org.tinygroup.markdown org.tinygroup.maskedInput org.tinygroup.maxlength org.tinygroup.morris org.tinygroup.msieFix org.tinygroup.multiselect org.tinygroup.notification org.tinygroup.noUiSlider org.tinygroup.pace org.tinygroup.prettify org.tinygroup.raphael org.tinygroup.select2 org.tinygroup.selectToUISlider org.tinygroup.smartadmin-new org.tinygroup.smartwidgets org.tinygroup.sparkline org.tinygroup.summernote org.tinygroup.superbox org.tinygroup.throttle-denounce org.tinygroup.typeahead org.tinygroup.vectormap org.tinygroup.x-editable org.tinygroup.jqueryvalidate org.tinygroup.smartadmin org.tinygroup.jqgrid org.tinygroup.jqueryform org.tinygroup.jquerystorage |
2.UI组件宏封装 ?
1 2 3 4 5 6 7 8 9 10 11 12 | #macro(jui_hrefButton $id $caption $construct) < a id="$id" href="#">$caption</a> < script> $(function() { $( "#$id").button($!construct); }); < /script> #end #macro(jui_radio $id $groupId $caption) < input type="radio" id="$id" name="$groupId" /><label for="$id">$caption</label> #end |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #@juiTab("tabs") #@juiTabHeader() #@juiTabHeaderItem("tabs-a")标签1#end #@juiTabHeaderItem("tabs-b")标签2#end #@juiTabHeaderItem("tabs-c")标签3#end #end #@juiTabContentItem("tabs-a") <p>此前,李克强和梅德韦杰夫共同主持了中俄总理第十九次定期会晤。会晤后,两国总理签署联合公报。并见证经贸、投资、能源、金融等领域近40项关键文件的签署。</p> #end #@juiTabContentItem("tabs-b") <p>李克强是在和俄罗斯总理梅德韦杰夫共同会见记者时提到“套娃”的。 这是一种俄罗斯特产的木制玩具,由多个一样图案的空心木娃娃一个套一个组成,最多可达十多个。</p> |
如今能够通过模板语言来写界面了,哦也 写出来的效果是怎么样的呢?
4.图片展示
5.资源压缩及合并情况
标签:data 附件 后台应用 重构 widgets jquery gpl const 领域
原文地址:http://www.cnblogs.com/wzzkaifa/p/7087263.html