Jump to content

Recommended Posts

Posted

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

Posted
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? 

Posted

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

image.thumb.png.b4006be781d0ebf032ad3386cf3ac006.png

Posted

maybe those property can change via ClientEvent (inner or external) - but i don't no how to do those things

×
×
  • Create New...