Announcement

Collapse
No announcement yet.

Standard radio button attribute

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Standard radio button attribute

    I have a component with two attributes. Each attribute has two choices.

    Using the standard layout with attributes set in 1 column, the two choices appear side by side without any spacing between the attributes' labels.

    I have changed the layout as below by putting it in a table. I have achieved the appearance I want but is this the correct way to do it?

    Code:
     
    <table cellspacing="10" align="left" valign="top">
     <tr>
      <td>
    <Actinic:Variable Name="AttributeDisplayLabel"/>
      </td>
     </tr>
     <tr>
      <td>
      <actinic:variable name="ChoiceList" value="Radio Button Choice List" />
      </td>
     </tr>
    </table>
    <actinic:variable name="AttributeSeparator" />
    PS I cannot find out what the variable "AttributeSeparator" does. it is not detailed in the variable guide?
    Regards,

    Keith

    Central Heating Supplies | Life Insurance Quotes | Be Modern Orlando Electric Fires | Grant Boilers | Honeywell Heating Controls | Worcester Bosch Oil Boilers | Oil Boilers

    #2
    You could do it this way if you want to or you could use the 'List Layout settings' option to layout your attributes the way you would want them to appear. As for 'AttributeSeparator' it does what it says, it inserts a custom seperator between the attributes.

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X