Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Michael Brohl
une 15, 2017 4:36:51 PM To: user@ofbiz.apache.org Subject: Re: How to access resources file (css, js files from theme folder) and get link from FTL? Did you populate the database with your data and access it in the Header template of your theme? Are the static file links got rendered in you

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Donhu Vy
he.org Subject: Re: How to access resources file (css, js files from theme folder) and get link from FTL? Did you populate the database with your data and access it in the Header template of your theme? Are the static file links got rendered in your html? We'll need some more infor what you alrea

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Michael Brohl
une 15, 2017 4:22:23 PM To: user@ofbiz.apache.org Subject: Re: How to access resources file (css, js files from theme folder) and get link from FTL? I added the default theme entry part in the stackoverflow answer, thanks Deepak :-) Am 15.06.17 um 11:14 schrieb Deepak Dixit: Please check general.prop

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Donhu Vy
ursday, June 15, 2017 4:22:23 PM To: user@ofbiz.apache.org Subject: Re: How to access resources file (css, js files from theme folder) and get link from FTL? I added the default theme entry part in the stackoverflow answer, thanks Deepak :-) Am 15.06.17 um 11:14 schrieb Deepak Dixit: > Ple

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Michael Brohl
ow to make webapp set BOOTSTRAP as selected theme in session? From: Michael Brohl <michael.br...@ecomify.de> Sent: Thursday, June 15, 2017 3:58:18 PM To: user@ofbiz.apache.org Subject: Re: How to access resources file (css, js files from theme folder) and get li

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Deepak Dixit
Michael Brohl <michael.br...@ecomify.de> > Sent: Thursday, June 15, 2017 3:58:18 PM > To: user@ofbiz.apache.org > Subject: Re: How to access resources file (css, js files from theme > folder) and get link from FTL? > > Hi Donhu, > > here is my answer from > > > The

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Donhu Vy
ct: Re: How to access resources file (css, js files from theme folder) and get link from FTL? Hi Donhu, here is my answer from The file paths to the theme ressources are stored in the theme data, for example: In this case, all Javascript ressources for the

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Michael Brohl
Hi Donhu, here is my answer from The file paths to the theme ressources are stored in the theme data, for example: resourceTypeEnumId="VT_HDR_JAVASCRIPT" resourceValue="/images/jquery/plugins/asmselect/jquery.asmselect-1.0.4a-beta.js" sequenceId="05"/>

How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Donhu Vy
I have "Neon - Bootstrap Admin Theme" (https://themeforest.net/item/neon-bootstrap-admin-theme/6434477 ). My duty is integrating this bootstrap theme into Ofbiz 16.11.02. I tried 3 days, but I stucked. This is my full source code: https://gitlab.com/Donhu/ofbiz I have been create a new theme,