These are all very good questions, keep them coming!
That’s correct. This is a new feature that is part of 8.2. It is part of a suite wide initiative to ensure that any “runtime asset” can be exported to the local file system, checked in to your favorite version control system, and used as part of your continuous build infrastructure.
You can quickly convert the .css file into a .csi file by renaming the file directly and updating the skin.properties:
<!-- mapped to a dynamic csi file -->
<property>
<name>css/extended.css</name>
<value>css/extended.csi</value>
<description>extendedstylesheet</description>
</property>
Correct.
[quote]
If so, how do I bind a NEW property (lucas-button) to a CSS class? When I created
After deploying the skin you use Designer. Go to the properties for your button, go to the Expert Display Properties tab and set the “CSS Class” property to “lucas-button”.
After deploying your portlet app, open the page in Firebug again and see that your class was applied and what the evaluated style is.
#webMethods-BPMS#MWS-CAF-Task-Engine#webMethods