Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

horizontally align widgets in Controls #336

Open
vjeetje opened this issue Feb 15, 2013 · 0 comments
Open

horizontally align widgets in Controls #336

vjeetje opened this issue Feb 15, 2013 · 0 comments

Comments

@vjeetje
Copy link

vjeetje commented Feb 15, 2013

I'm attempting to horizontally align two controls (namely the Checkbox and Nav) in a Controlgroup's controls section. However, I can't find a way to prevent their vertical alignment.

<b:ControlGroup>
   <b:Controls controlsRow="true">
      <b:CheckBox ui:field="tosCheckBox" text="I accept the " />
      <b:Nav>
         <b:NavLink href="" text="Terms of Use" />
      </b:Nav>
   </b:Controls>
</b:ControlGroup>

Aligning two checkboxes horizontally is possible with 'Inline'. But in this case I want to horizontally align the checkbox and Nav. And Nav doesn't support Inline. I noticed by default listboxes are also horizontally aligned in a Control's group

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant