Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    RadioGroupItem set cellpacing

    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?

    #2
    up up..need answer for this too.
    thx for the help.

    Comment


      #3
      If anyone needed this now:
      item.setAttribute("cellPadding", "0");

      Best regards
      Mariusz Goch

      Comment

      Working...
      X