2020-03-20 14:21:24 +00:00
|
|
|
{
|
2020-05-16 07:28:13 +00:00
|
|
|
"containerWidget": ".t--draggable-containerwidget",
|
|
|
|
|
"inputWidget": ".t--draggable-inputwidget",
|
|
|
|
|
"togglebutton": "input[type='checkbox']",
|
|
|
|
|
"inputPropsDataType": ".t--property-control-datatype",
|
|
|
|
|
"inputdatatypeplaceholder": ".t--property-control-placeholder",
|
|
|
|
|
"buttonWidget": ".t--draggable-buttonwidget",
|
|
|
|
|
"textWidget": ".t--draggable-textwidget",
|
|
|
|
|
"tableWidget": ".t--draggable-tablewidget",
|
|
|
|
|
"tableOnRowSelected": ".t--property-control-onrowselected",
|
|
|
|
|
"dropdownSelectButton": ".t--open-dropdown-Select",
|
2020-05-01 07:48:33 +00:00
|
|
|
"buttonOnClick": ".t--property-control-onclick",
|
2020-05-16 07:28:13 +00:00
|
|
|
"Scrollbutton": ".t--property-control-scrollcontents input",
|
|
|
|
|
"label": ".t--draggable-inputwidget label",
|
2020-06-10 17:31:20 +00:00
|
|
|
"inputval": ".t--draggable-inputwidget span.t--widget-name",
|
2020-05-16 07:28:13 +00:00
|
|
|
"dataclass": "'.bp3-input",
|
|
|
|
|
"datatype": ".t--property-control-datatype",
|
|
|
|
|
"innertext": ".t--draggable-inputwidget input",
|
|
|
|
|
"defaultinput": ".t--property-control-defaultinput",
|
|
|
|
|
"requiredjs": ".t--property-control-required input",
|
|
|
|
|
"visible": ".t--property-control-visible input",
|
|
|
|
|
"disable": ".t--property-control-disabled",
|
|
|
|
|
"menubar": ".bp3-menu",
|
|
|
|
|
"menupop": ".bp3-popover",
|
|
|
|
|
"defaultcheck": ".t--property-control-defaultselected input",
|
|
|
|
|
"indicator": ".bp3-checkbox",
|
|
|
|
|
"Regex": ".t--property-control-regex .CodeMirror-lines",
|
|
|
|
|
"RadioInput": ".t--property-control-options input",
|
2020-06-10 17:31:20 +00:00
|
|
|
"checkboxInput": ".t--draggable-checkboxwidget span.t--widget-name",
|
2020-05-16 07:28:13 +00:00
|
|
|
"checkboxLabel": ".t--draggable-checkboxwidget label",
|
|
|
|
|
"containerD": "div[type='CONTAINER_WIDGET']",
|
|
|
|
|
"defaultInput": ".t--property-control-defaultinput .CodeMirror-code",
|
|
|
|
|
"placeholder": ".t--property-control-placeholder .CodeMirror-code",
|
|
|
|
|
"inputButtonPos": ".t--draggable-inputwidget button",
|
|
|
|
|
"deleteWidget": ".t--modal-widget>div .t--widget-delete-control",
|
2020-05-20 16:04:37 +00:00
|
|
|
"textbuttonWidget": ".t--draggable-buttonwidget button.bp3-button[type='button']",
|
2020-06-10 17:31:20 +00:00
|
|
|
"textInputval": ".t--draggable-textwidget span.t--widget-name",
|
2020-05-28 10:35:54 +00:00
|
|
|
"textAlign": ".t--property-control-textalign",
|
|
|
|
|
"ColumnAction": ".t--property-control-rowbutton button"
|
2020-03-20 14:21:24 +00:00
|
|
|
}
|