Hi
I am almost finishing my module, hope it will be live soon cause i want to show it :)
It has very customized things in it.
Now i am styling it and i have stack on styling RadioGroupItem i.e. the compiler generates code that puts every option of radioGroupItem in a table with cellspace=2 but i do not want to have so many space between the options and when i inspected it with firebug i set celspace=0 and it is fine. But how can i set this in the code. I try setCellStyle it does not work. There is nothing special in this radioGroupItem. Please advice how to?
Also i have a form of 2 cols in which fields are in that way
html1 html2 label1
input dropdown
html3 html4 label2
where the 1st andd 3th rows are wuth colospan=2, when i update the label1 or label2 with larger contend it enlarges the both cells on the 2nd row. I expected to enlarge only the 2nd cell. Any ideas?
I am almost finishing my module, hope it will be live soon cause i want to show it :)
It has very customized things in it.
Now i am styling it and i have stack on styling RadioGroupItem i.e. the compiler generates code that puts every option of radioGroupItem in a table with cellspace=2 but i do not want to have so many space between the options and when i inspected it with firebug i set celspace=0 and it is fine. But how can i set this in the code. I try setCellStyle it does not work. There is nothing special in this radioGroupItem. Please advice how to?
Also i have a form of 2 cols in which fields are in that way
html1 html2 label1
input dropdown
html3 html4 label2
where the 1st andd 3th rows are wuth colospan=2, when i update the label1 or label2 with larger contend it enlarges the both cells on the 2nd row. I expected to enlarge only the 2nd cell. Any ideas?
Comment