![]() |
Sergey Kornilov admin 8/8/2022 |
You are inventing the syntax that doesn't exist. There is no setDisable function in PHPRunner's API. |
M
|
macalister 8/9/2022 |
Hi. You can pass the group info through a proxy (Before Display) . $groups = Security::getUserGroups(); And use javascript (JavaScript on Load Event) to enable or disable controls. var item_fg = Runner.getControl(pageid,'item_fg'); |
J
|
jackwood author 8/9/2022 |
Hi macalister, |