简体   繁体   English

什么使商业应用程序具有良好的Web表单样式?

[英]What makes good web form styling for business applications?

Styling forms (form elements) is something that even Eric Meyer prefers to avoid . 样式化表单(表单元素)是Eric Meyer都喜欢避免的事情。 However, most business forms, and that is where styling is at issue; 但是,大多数业务形式都是样式问题所在。 'contact us' forms are easy to style, put window estate at a premium, with more 'document level' (eg invoice) fields, plus 'detail level' (eg invoice line) fields. “与我们联系”表格易于设置样式,使窗口属性更加珍贵,具有更多的“文档级别”(例如发票)字段以及“详细程度”(例如发票行)字段。

Factors I often find at play are: At my minimum, at least two horizontally adjacent fieldsets are required. 我经常在玩耍时遇到的因素是:至少需要至少两个水平相邻的字段集。 In applications vs. public web pages, fixed positioning vs fluid layout is often better. 在应用程序和公共网页中,固定位置与可变布局通常更好。 Quantity of content is important, vs. exaggerated readability. 内容的数量很重要,而不是夸张的可读性。 Users know the system, and cues etc. take a back seat. 用户了解系统,提示等都坐在后排。

In light of factors like these, is there any available guidence for styling web form based applications? 鉴于这些因素,是否有任何样式指导基于Web表单的应用程序? Are there any CSS or JavaScript frameworks that would make my quest to style these applications better than Visual Studios still pathetic 'Auto-format' (what drugs were those people on? I will never take them .) 有没有CSS或JavaScript框架可以使我寻求对这些应用程序进行更好的样式设计,而比Visual Studios仍然可悲的“自动格式化”(那些人使用什么药物?我永远不会接受它们)

You could use JQuery and some of its various plug-ins to help utilize the screen real estate more efficiently. 您可以使用JQuery及其某些插件来帮助更有效地利用屏幕资源。 For example, the "InField Labels" plugin 例如,“ InField Labels”插件

http://fuelyourcoding.com/scripts/infield/ http://fuelyourcoding.com/scripts/infield/

allows you to place your field labels inside your controls. 允许您将字段标签放置在控件内。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM