Hello everybody i recently i was working with the chosen jquery plugin for the select and multi selects components. While im very pleased with the displays i have some troubles working with it.
ive followed sadakar example:
http://pentaho-bi-suite.blogspot.com...ect-input.html
but i havent figured out how to change individual components, for example when i change the width it chages the width of all the select components.
i've looked and the way to change individual selects in this way:
$('#componentID.chzn-single').css('width','200px');
but it needs the id of the component and i dont have the id of the select component in the CDE. :(
has anyone figuerd a way to do it?
Help is greatly apreciated. :)
ive followed sadakar example:
http://pentaho-bi-suite.blogspot.com...ect-input.html
but i havent figured out how to change individual components, for example when i change the width it chages the width of all the select components.
i've looked and the way to change individual selects in this way:
$('#componentID.chzn-single').css('width','200px');
but it needs the id of the component and i dont have the id of the select component in the CDE. :(
has anyone figuerd a way to do it?
Help is greatly apreciated. :)