Wrapped label text hidden under buttons

Posted:
09 Oct 2013 12:17
by magosk
I have a popup where I (below the header) would like a label followed (vertically) by a few buttons. The label text is potentially long and can wrap into 2 or more lines. If I just drop a label followed by a couple of buttons on the popup and set a long label text, the label text is indeed wrapped but is hidden under the buttons when the popup is shown. Of course I would instead like the buttons to be positioned further down so that the entire label text is shown. How do I accomplish that?
Re: Wrapped label text hidden under buttons

Posted:
09 Oct 2013 16:00
by Alexander Bulei
Hi magosk,
magosk wrote:I have a popup where I (below the header) would like a label followed (vertically) by a few buttons. The label text is potentially long and can wrap into 2 or more lines. If I just drop a label followed by a couple of buttons on the popup and set a long label text, the label text is indeed wrapped but is hidden under the buttons when the popup is shown. Of course I would instead like the buttons to be positioned further down so that the entire label text is shown. How do I accomplish that?
Can you provide simple demo please?
Best Regards.
Re: Wrapped label text hidden under buttons

Posted:
09 Oct 2013 19:23
by magosk
cgdevtools wrote:Hi magosk,
Can you provide simple demo please?
Best Regards.
Yes,
it seems to be related to setting the label text dynamically from the server side. If I set a long text at design time and simply show the popup via JQMLinkingOptions it is displayed correctly.
/Magnus
Re: Wrapped label text hidden under buttons

Posted:
10 Oct 2013 10:33
by Alexander Bulei
Hi magosk,
You are right, thanks.
I implemented the new "AutoHeight" property, and will available since V1.7.0.3003
Best Regards.