我有这个按钮:
{type:" button",name:" map_button",value:" Show in Map",width:100,enabled:false},
我可以用什么命令将它对齐到右边?我试过了:
{type:" button",name:" map_button",align:" right",value:" Show in Map", width:100,enabled:false},
并且它不起作用。我不确定它还能是什么
答案 0 :(得分:1)
我相信你可能正在寻找" offsetLeft"属性:
{type:" button",name:" map_button",offsetLeft:100,value:" Show in Map",width:100,enabled:false }
另外,您可能想尝试使用"位置"属性如下链接: http://docs.dhtmlx.com/form__positioning.html
答案 1 :(得分:0)
你可以使用类似的东西:
{的类型强>: '块',的名称强>: 'block_button',的列表强>:[
{类型:“按钮”,名称:“map_button”,值:“显示在 地图“,宽度:100,启用:false}]
}
宣布表格后:
<强> name_form 即可。 _getItemByName ( '的 block_button 强>')。style.float = '右'