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)
VFE Style .
cc96ai
Can remove all the styles from the VFE,
and we set the default style in there?
user only can choice/see the default style
Or it is only possible to do in perl ( find and replace)
--------------------------------------------
TS 6.1 W2K3
OpenDeploy 6.0
CC Pro/Std
Find more posts tagged with
Comments
awgolk
Are you looking to switch out the stylesheet used by VFE? If so, they yes that is possible you just need to edit this line in your visualformatconfig.xml file.
<style publishstyles="false" href="[eWebEditProPath]/style.css" equivClass="strict" wrapstylewithdiv="false" preservewordstyles="false" preservewordclasses="false">
cc96ai
I changed css to my custom css already
but I want to put only ONE style in the VFE , and user only see/use ONE style (I dont want tthe "Apply Style" also)
can we do that ?
--------------------------------------------
TS 6.1 W2K3
OpenDeploy 6.0
CC Pro/Std
Adam Stoller
Have you read through the Interwoven / Ektron documentation?
I'll admit, it's not the easiest documentation to follow - but I believe it covers this kind of customization (and yes, you can change the options available to the end-user)
--fish
Senior Consultant, Quotient Inc.
http://www.quotient-inc.com
cc96ai
I only can see how to change the style which displays on the drop down box (which I did that )
I m still reading word by word, see anything i missed on how to set the default style
and I believe VFE is not 100% working fine.
If user copy and paste some text with style,
after I apply style, I cannot replace the existing, I am still looking any setup that I did wrong.
--------------------------------------------
TS 6.1 W2K3
OpenDeploy 6.0
CC Pro/Std
awgolk
if you want to remove that were written into the content block you will need to use an external process to do so. There are a number of threads in there that discuss doing this very thing.
cliffhanger
Calvin
- Did you have any luck with taking out "Apply Style" option and setting the default style of the VFE?
Thanks in advance
-cliff
PieChart_ToolTip.rptdesign
cc96ai
no luck on it
still looking the doc, and researching on it
--------------------------------------------
TS 6.1 W2K3
OpenDeploy 6.0
CC Pro/Std
Tim__D
A few things that may help.
1). Make the visual format external. That way your users will be pasting text into the field first and styling later. When they open up the editor in a new window they should see simple paragraphs.
2). Insert a style for the body html element in your custom stylesheet.
body {
}
This will ensure that when your users see the visual editor that they get a preview of what the text will look like. Then wrap their content in this same style in your .tpl file.
Hope this helps you. I dont have any additional information.