|
|
|
@ -577,8 +577,8 @@
|
|
|
|
|
///Загрузка данных
|
|
|
|
|
$.ajax({
|
|
|
|
|
type: "POST",
|
|
|
|
|
url: 'GUIAction',
|
|
|
|
|
data: '{"ModuleName":"GUI","ActivityName":"UIOSelectorUIOActivity_Run_Dict","ArgumentList":['+lActionElementSpecification+',"'+lActionName+'",'+lActionArgumentList+']}',
|
|
|
|
|
url: 'GUIActionList',
|
|
|
|
|
data: '[{"ModuleName":"GUI","ActivityName":"UIOSelector_FocusHighlight","ArgumentList":['+lActionElementSpecification+']},{"ModuleName":"GUI","ActivityName":"UIOSelectorUIOActivity_Run_Dict","ArgumentList":['+lActionElementSpecification+',"'+lActionName+'",'+lActionArgumentList+']}]',
|
|
|
|
|
success:
|
|
|
|
|
function(lData,l2,l3)
|
|
|
|
|
{
|
|
|
|
@ -794,7 +794,7 @@
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="eight wide column">
|
|
|
|
|
<div class="ui tiny header" style="margin-bottom:0px;">Edit GUI selector</div>
|
|
|
|
|
<b style="font-size:10px;color: #797979;" >[{depth_start: <1+>, depth_end: <1+>, index|ctrl_index: <0+>, title: <str>, title_re: <str re pattern>, rich_text: <str>, rich_text_re: <str re pattern>, class_name: <str>, class_name_re: <str re pattern>, friendly_class_name: <str>, friendly_class_name_re: <str re pattern>, control_type: <str>, control_type_re: <str re pattern>}]</b>
|
|
|
|
|
<b style="font-size:10px;color: #797979;" >[{depth_start: <1+>, depth_end: <1+>, index|ctrl_index: <0+>, title: <str>, title_re: <str re pattern>, rich_text: <str>, rich_text_re: <str re pattern>, class_name: <str>, class_name_re: <str re pattern>, friendly_class_name: <str>, friendly_class_name_re: <str re pattern>, control_type: <str>, control_type_re: <str re pattern>, is_enabled: <bool>, is_visible: <bool>}]</b>
|
|
|
|
|
<textarea style="width:100%; font-size:12pt" class="rpa-gui-selector" rows="6" cols="60"></textarea>
|
|
|
|
|
<button class="large ui blue button rpa-action-highlight" onclick="mGlobal.ElementHighlightNewGUISelectorString($('.rpa-gui-selector')[0].value);">Highlight element</button>
|
|
|
|
|
<button class="large ui grey button rpa-action-validate" onclick="mGlobal.ElementValidateGUISelectorString($('.rpa-gui-selector')[0].value);">Validate element</button>
|
|
|
|
@ -819,7 +819,7 @@
|
|
|
|
|
<input type="text" placeholder="[GUAActionArg1, GUAActionArg2...]" class="rpa-argument-list">
|
|
|
|
|
</div>
|
|
|
|
|
<p></p>
|
|
|
|
|
<button class="large ui green button" onclick="mGlobal.GUIActionRun();">Run action</button>
|
|
|
|
|
<button class="large ui green button" onclick="mGlobal.GUIActionRun();">Set focus + Run action</button>
|
|
|
|
|
<button class="large ui grey button" onclick="mGlobal.GUIActionAddToList();">+ Code list</button>
|
|
|
|
|
<div class="ui tiny header">Result</div>
|
|
|
|
|
<div class="content gui-result"></div>
|
|
|
|
|