It would be nice if we had a layout manager to handle things like this.
-Adrian
On 9/8/2011 11:20 AM, Bilgin Ibryam wrote:
Hi Gavin,
On Wed, Sep 7, 2011 at 9:42 AM, Gavin Mabie<[email protected]> wrote:
Hi
Using the Ofbiz Form Definition, tooltips always appear to the right after
the input field. Is there anyway to control where the tooltip is displayed?
I would like my tooltip to appear on the next<tr> as opposed to on the same
<tr> as the label and input fields.
It is not possible to achieve that only with a configuration. If it is
only one complex form I'd suggest you to replace it with FTL and
create the form manually.
On the other hand, if you want to change the rendering of all the
forms in the project, you can do that by modifying the following file:
framework/widget/templates/htmlFormMacroLibrary.ftl
HTH
BIlgin
Thanks
Gavin