BtnAction : WOSubmitButton { action = ^action; value = ^value; otherTagString = otherTagString; id = javaScriptElementID; } BtnDirectAction : WOSubmitButton { actionClass = ^actionClass; directActionName = ^directActionName; value = ^value; otherTagString = otherTagString; id = javaScriptElementID; } InvSubBtn : AXSubmitButton { id = invSubBtnId; action = ^action; disabled = true; value = "1"; data-role = "none"; }