How to include ftl from a form

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to include ftl from a form

Shereen
Hi all
I have a technical question
Can I insert  ftl inside a form?
For example I'm doing some customization in the request screens the EditRequest screen includes a form this form consists many fields one after the other I've added a checkBox at the end of the form and I just want to put some note just before that check box how to do that?

I've only tried to play with fields in the forms but I didnt try to insert pure text is this possible? I just want to add some text in bold red colour so i thought of ftl but I only know that it could include it from screen not form
 I also tried to use <html-specific> but it agave me errors I duno what are the right conditions to do this
Reply | Threaded
Open this post in threaded view
|

Re: How to include ftl from a form

Ravindra Mandre-2
hi ,
you can do it inside the form field tag
use field tag and provide your message into its sub tag "display" and for
showing text in red bold letter you have to write a css class and then
created css class can be used inside the field's sub element  widget-style =
"your css class name".
try it will work.


Regards
Ravindra Mandre


On Wed, Nov 10, 2010 at 11:41 PM, Shereen <[hidden email]> wrote:

>
> Hi all
> I have a technical question
> Can I insert  ftl inside a form?
> For example I'm doing some customization in the request screens the
> EditRequest screen includes a form this form consists many fields one after
> the other I've added a checkBox at the end of the form and I just want to
> put some note just before that check box how to do that?
>
> I've only tried to play with fields in the forms but I didnt try to insert
> pure text is this possible? I just want to add some text in bold red colour
> so i thought of ftl but I only know that it could include it from screen
> not
> form
>  I also tried to use <html-specific> but it agave me errors I duno what are
> the right conditions to do this
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/How-to-include-ftl-from-a-form-tp3036602p3036602.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>