Replies: 1 comment
-
EDIT
userlist() is limited to 1000 users only. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have the field with the user list, after selecting some user, I need to fill another field with user name.
Could you give me an example of code on how to use this with admin UI?
User field:
'user_id' => array('title' => LAN_USER, 'type' => 'dropdown', 'data' => 'int', 'readParms' => [], 'writeParms' => ['default' => ''] ),
'ajax' => true
should be used but what next? How to set that other field to display a new value?Thank you
Beta Was this translation helpful? Give feedback.
All reactions