开发者

Struts2 theming freework or CSS

开发者 https://www.devze.com 2023-03-06 08:01 出处:网络
in mid level and higher level struts applications what is the method of arranging the form/webpage eleme开发者_StackOverflow中文版nts. Do we use use struts theming or do we stick on to our custom css

in mid level and higher level struts applications what is the method of arranging the form/webpage eleme开发者_StackOverflow中文版nts. Do we use use struts theming or do we stick on to our custom css like we do in other languages as Php. I'm a beginner so i find it difficult to arrange components in webpages with struts.


Struts2 supports themes for Forms. There exists some built in themes like simple, xhtml, css_xhtml. But it is really easy to create your own themes.

http://struts.apache.org/2.x/docs/themes-and-templates.html

If you look for themes for your page layout you should search for css frameworks. Take a look how it works in the Struts2 jQuery Showcase. Try out the different Themes.

0

精彩评论

暂无评论...
验证码 换一张
取 消