标签:blog tables cti 免费 生活 回收 zoom dmi blank
2014/11/1 发表博文 - 悠悠然然的个人页面 - 开源中国社区
如今使用起来就方便多了,不必引入js和css及图像文件。字体文件等等,直接进行Pom依赖就可以,结合到Tiny框架中,还提供了更easy使用的宏,提供了样式文件合并压缩,JS文件压缩合并,做前端的小朋友们的好日子来了。
1.UI组件包抽取 ?
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 |
3.界面编写 ?
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> “我年轻时在中国农村生活多年,亲身经历过吃不饱饭的艰难岁月。 ”李克强说。吃一顿饱饭可能非常快就会忘记,但饥饿留下的印象永生难忘。</p> |
如今能够通过模板语言来写界面了。哦也 写出来的效果是怎么样的呢?
4.图片展示
5.资源压缩及合并情况
5.实际试用 再多的图也没有实际体验来得更有切身感受,喜欢的请猛点以下的链接
http://www.tinygroup.org/tinyadmin/[url=http://my.oschina.net/tinyframework/admin/%E2%80%8Bhttp://www.tinygroup.org/tinyadmin/%E2%80%8B][/url]
也能够訪问 www.tinygroup.org获取很多其它内容。
标签:blog tables cti 免费 生活 回收 zoom dmi blank
原文地址:http://www.cnblogs.com/clnchanpin/p/7099994.html