you can simply wrap another textbox around:

<class name="myCheckbox" extends="view" layout="axis:x">
   <text resize="true" text="${ parent.text }" />
   <checkbox value="${ parent.value }" />
</class>

but it might be also workign to overwrite the layout attribute in the
checkbox itself.

Sebastian

2012/3/19 augusto callejas <[email protected]>

> hi-
>
> is it possible to move the checkbox to the right of the text that
> describes it?
>
>   http://www.openlaszlo.org/lps4.9/docs/reference/lz.checkbox.html
>
> so instead of:
>
>  (checkbox) this is the text
>
> have:
>
>   this is the text (checkbox)
>
> thanks,
> augusto.
>



-- 
Sebastian Wagner
http://www.openmeetings.de
http://incubator.apache.org/openmeetings/
http://www.webbase-design.de
http://www.wagner-sebastian.com
[email protected]

Reply via email to