Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Using a custom CSS in Visual Format
bturns
TS 6.5
solaris 8
Hi there, I would like to customize visual format to use a custom css for displaying content on a sub-set of our templates. We are developing a new set of templates that will use this css. However, all the old (existing) templates should use the original css. I've found some good material in the TeamSite FormsPublisher: VisualFormat Developer’s Guide. Which offers information on how to customize visual format to use two css. However, the guide doesn't give information on how to implement this customization in INterwoven. The information I'm looking at is on 100 and 226 of the manual. Has anyone ever implemented this type of solution?
Thanks,
Brian
Find more posts tagged with
Comments
pbose
If you haven't found the solution yet,
You can use FormAPI to set VF stylesheet dynamically for each DCT.
Let me know if you need details.
Thanks
-PB
bturns
So, far this is what I have added to the DCT. Is this what you had in mind? < item name="body-text" pathid="body-text"> < label>Body text< /label> < description/> < textarea cols="70" rows="14" external-editor-config="visualformatconfig_kpnet_standards.xml" external-editor="visualformat"/> < /item>
bturns
So, far this is what I've added to the DCT.
textarea cols="70" rows="14" external-editor-config="visualformatconfig_kpnet_standards.xml" external-editor="visualformat"
Is this what you had in mind?
bturns
The last posting seemed to create some errors.
I've added this code to my DCT.
textarea cols="70" rows="14" external-editor-config="visualformatconfig_kpnet_standards.xml" external-editor="visualformat"
Is this what you had in mind?
display.JPG
joelb72772
Your reply didn't come out clean.
Could you post your message again?
-PB