Text only
|
Text with Images
Roundcube Community Forum
Third Party Contributions => API Based Plugins => Topic started by: Pantani on January 16, 2012, 08:51:29 AM
Title:
html select width
Post by:
Pantani
on
January 16, 2012, 08:51:29 AM
Hope, I'm in a right part of this forum...
I'm using RC 0.7.0. I have my own plugin for RC with dropdown menus created by HTML
tag. Is there a possibility to change the width using it's attributes in PHP code? I tried to use the 'width', 'height' and other attributes common in
tag, but I was unsuccessfull. I also tried to use 'size' and this works.
I tried have this now: "my_combo = new html_select(array('name' => 'bypass_virus_checks', 'width' => '300px'));
Best regards, Tomas
Title:
html select width
Post by:
SKaero
on
January 16, 2012, 11:29:20 AM
You can use 'style' and put in the css code you want.
Text only
|
Text with Images