Hello,

In OFBiz ftl files contain html, if you read http://freemarker.incubator.apache.org/

You'll see that freemarker improve your html content with loop, variables, etc.

If you want to use pure static html, it could be done in screens with (not tested but i guess it works):

                        <platform-specific>
<html><html-template location="component://mycomponent/path/to/my/index.html"/></html>
                        </platform-specific>

Or be done in ftl files directly.

Regards

Gil


On 28/01/2016 15:48, hoboy2 wrote:
Hi

Ok I have partially asked this question before.
I have looked into ofbiz doc I can not find an example
of where to use html instead of ftl.
I will like to use html instead of ftl
any link ?

Thanks



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Replace-ftl-with-html-in-ofbiz-tp4676594.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to