Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Modifying the VFE stylelist
System
It seems to me that it ought to be possible to alter the list of styles that appears in the cmdselstyle dropdown in VFE, but if it is, I haven't figured it out. I tried adding some listchoice elements within the selections element, sort of following the pattern of the fontsize list in the config file, but that didn't do jack.
Here's what I had:
<command name="cmdselstyle" style="list">
<caption localeRef="cmdStyle" />
<tooltiptext localeRef="cmdStyle" />
<!-- <selections name="stylelist" sorted="true" /> -->
<selections name="stylelist" sorted="true" >
<listchoice command="foo" localeRef="foo"/>
</selections>
</command>
Find more posts tagged with
Comments
There are no comments yet