I Use JqGrid jquery plugin, i Want to use insert popup Capability, but I'll look into it when the controls are arranged,How can we control the order(alignment)
I would like to be in.
thanks
I Use JqGrid jquery plugin, i Want to use insert popup Capability, but I'll look into it when the controls are arranged,How can we control the order(alignment)
I would like to be in.
thanks
我没有 RTL 语言的经验,但如果我使用jqGriddirection: 'rtl'
选项,我会得到更好的结果,就像你的屏幕短裤一样:
看演示。我希望演示对您有所帮助。
更新:在我看来ui.jqgrid.css
,定义样式的行中有一个错误.ui-jqdialog-content .CaptionTD
。应该从样式设置中删除以从父text-align: left;
级继承样式。可以通过在使用 RTL 语言的情况text-align
下添加以下附加 CSS 来解决此问题:ui.jqgrid.css
.ui-jqdialog-content .CaptionTD {text-align: right;}
使用修改后的 CSS的演示显示编辑表单如下: