mazluta Posted June 2, 2024 Posted June 2, 2024 some time it will be very simple to set CSS by ID and most of the time the compile don't allow setting ID because it is "Read Only" property
Sherzod Posted June 2, 2024 Posted June 2, 2024 52 minutes ago, mazluta said: and most of the time the compile don't allow setting ID because it is "Read Only" property Hello, Sorry, what do you mean?
mazluta Posted June 2, 2024 Author Posted June 2, 2024 some time i want to change to ID of element like : edSMPTPort.JSControl.Id := 'edSMPTPort'; or edSMPTPort.JSId := 'edSMPTPort'; i want to change some CSS styles easy with external CSS file and not always i can change it like in this case
mazluta Posted June 2, 2024 Author Posted June 2, 2024 maybe those property can change via ClientEvent (inner or external) - but i don't no how to do those things
Sherzod Posted June 2, 2024 Posted June 2, 2024 You can use JSConfig... or use config.id on the ClientEvents...
Recommended Posts