现在要将左移、右移按钮调整顺序,右移放在上面,将全部左移和全部右移的按钮调整顺序
请教应该用什么属性,找了很多文档没有看到这个属性.
<s:optiontransferselect multiple="true"
allowUpDownOnLeft="false" allowUpDownOnRight="false"
allowSelectAll="false" list="module_not_added"
name="left_module" headerKey="-1" headerValue="----------------待选的模块----------------"
cssStyle="HEIGHT: 250px; text-align:center"
doubleList="moduleadded" doubleName="right_module"
doubleHeaderKey="-1" doubleHeaderValue="----------------已选的模块----------------"
buttonCssClass="button_1"
doubleCssStyle="HEIGHT: 250px;"
addToRightLabel="> 右移"
addToLeftLabel="< 左移"
addAllToRightLabel=">> 全部右移"
addAllToLeftLabel="<< 全部左移"
selectAllLabel="全选"
>
</s:optiontransferselect>