Wilton Ergon Posted March 30, 2020 Posted March 30, 2020 I made a routine where I capture the jsname of the controls, and record it in a database, this routine displays guidelines of the system when the user clicks on the component, it happens that the unigui internally changes the jsname of the controls, for no apparent reason, I would like to fix the jsname of some controls so they don't change. I tried to use UniPanel.JSName: = 'PNL100'; but it is a read-only property Quote
Hayri ASLAN Posted March 30, 2020 Posted March 30, 2020 Please set servermodule.options.soControlNameAsId=True UniPanel.JsId will never change. Quote
Wilton Ergon Posted March 30, 2020 Author Posted March 30, 2020 it didn't have to be that simple. i love unigui. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.