Jump to content

RadioGroup Items vertical spacing


Pascal

Recommended Posts

Ok now I understand. The je..@te....be was the account I used before I bought a License. So I swapped to my 'official' account now (I will remove the other one).

 

 

It can only be changed by changing height of the radiogroup control.

 

Changing the height does not change the spacing between the radio items..

Link to comment
Share on other sites

Changing the height does not change the spacing between the radio items..

 

Can you try this approach for now ?

 

radioGroup.beforeInit

function radioGroup.beforeInit(sender, config)
{
    config.fieldDefaults = {
        style: 'padding: 5px; height: 35px'
    }
}
Link to comment
Share on other sites

Can you check with this change too?:

function beforeInit(sender, config)
{
    config.fieldDefaults = {
        style: 'padding: 5px; height: 35px'
    }
}

function radioGroup.beforeInit(sender, config)
{
    config.fieldDefaults = {
        style: 'padding: 5px; height: 35px'
    }
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...