From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en):{{CntHdr|Obtaining the project list expanded by some options}}
:REQ: ''<get path="/UI/VCAEngine/[%2fbr%2fprj_|%2fprm%2fcfg%2fprj]" chkUserPerm="'''{chkUserPerm}'''" getChPgN="'''{getChPgN}'''" noName="'''{noName}'''" />''
:* ''chkUserPerm'' — checking for the user permition before listing [0|1];
:* ''getChPgN'' — requesting for quantity of the child pages in the projects [0|1];
:* ''noName'' — do not return for names of the pages [0|1].
:RESP: ''<get path="/UI/VCAEngine/[%2fbr%2fprj_|%2fprm%2fcfg%2fprj]" chkUserPerm="{chkUserPerm}" getChPgN="{getChPgN}" noName="{noName}" rez="'''0'''">'''{projects}'''</get>''
:* ''projects'' — projects list in the tags "el", where the name is in the tag text and the identifier in the attribute "id". Expanded by the extra attributes:
:** "chPgN" — quantity of the child pages in the project at setting "getChPgN".
<syntaxhighlight lang="XML" style="margin-left: 20pt">
<get getChPgN="1" path="/UI/VCAEngine/%2fbr%2fprj_" rez="0" user="roman">
  <el chPgN="2" id="AGLKS">AGLKS</el>
  <el chPgN="2" id="archBrowser">Archives browser</el>
  <el chPgN="2" id="tmplSO">Signal groups (template)</el>
</get>
</syntaxhighlight>
 h Ukrainian (uk):{{CntHdr|Отримання переліку проєктів розширене деякими опціями}}
:ЗАП: ''<get path="/UI/VCAEngine/[%2fbr%2fprj_|%2fprm%2fcfg%2fprj]" chkUserPerm="'''{chkUserPerm}'''" getChPgN="'''{getChPgN}'''" noName="'''{noName}'''" />''
:* ''chkUserPerm'' — перевірка прав користувача перед включенням до переліку [0|1];
:* ''getChPgN'' — запит кількості дочірніх сторінок у проєктах [0|1];
:* ''noName'' — не повертати назви сторінок [0|1].
:ВІДП: ''<get path="/UI/VCAEngine/[%2fbr%2fprj_|%2fprm%2fcfg%2fprj]" chkUserPerm="{chkUserPerm}" getChPgN="{getChPgN}" noName="{noName}" rez="'''0'''">'''{projects}'''</get>''
:* ''projects'' — перелік проєктів у тегах "el", де назва у тексті тегу та ідентифікатор у атрибуті "id". Розширено додатковими атрибутами:
:** "chPgN" — кількість дочірніх сторінок у проєкті за встановлення "getChPgN".
<syntaxhighlight lang="XML" style="margin-left: 20pt">
<get getChPgN="1" path="/UI/VCAEngine/%2fbr%2fprj_" rez="0" user="roman">
  <el chPgN="2" id="AGLKS">АГЛКС</el>
  <el chPgN="2" id="archBrowser">Огляд архівів</el>
  <el chPgN="2" id="tmplSO">Групи сигналізації (шаблон)</el>
</get>
</syntaxhighlight>