I am using Intalio Designer 6.0.3 on community Edition.
On my bpm, I have several Ajax forms, which used the same CSS and JS content. In Ajax Form Editor, I could link each form to an outside JS and CSS file, in a "common" directory, like ${my_project_home}/common.
In the Manifest Editor, the CSS and JS files are selected for deployment. But, when I deployed my project, the files are not included. I looked in build/common directory, and the files are not imported.
There seems to be a kind of filter, as an XSD file is correctly copied in build process.
Is there any way to allow JS and CSS files to be taken in account in build process ?
Thanks
The administrator has disabled public write access.
Workaround is to create form named "CommonComponents.gi" and store files within it. Problem is in designer builder. You can explore its code (after decompile) in plugins folder.
Last Edit: 2012/01/31 12:21 By sergey.petrushchenko.
The administrator has disabled public write access.