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)
Visual Format Issues 6.7.1
WGBeard
We have some custom code written into VisualFormatConfig.xml.
It presents some custom buttons and a drop down list to build some custom tables.
See code below:
Custom Table The 3 custome buttons for jsinsertwarninghtml, jsinsertnotehtml,and jsinsertexamplehtml work OK. But visual formatter seems tochoke on the Is this an issue with visual format 6.7.1? I can provide the additional javascript code for this funtionalityif it is needed.Any help would be greatly appreciated. We are trying to upgradefrom 6.1.0 to 6.7.1 but have been dealing with numerous issues,this being one of those.
Find more posts tagged with
Comments
ISCBorisB
Please encapsulate your hml into [html] ... [/html] brackets and for goodness sake, use the "Preview" Button before Posting!
WGBeard
Sorry, the end result wasn't what I expected it to be. Here is a revised version of my question:
We have some custom code written into VisualFormatConfig.xml.
It presents some custom buttons and a drop down list to build some custom tables.
See code below:
[html]
Custom Table [/html]The 3 custom buttons for jsinsertwarninghtml, jsinsertnotehtml,and jsinsertexamplehtml work OK. But visual formatter seems tochoke on the popup name="tablepopup" code.Is this an issue with visual format 6.7.1? Is this item not supported with 6.7.1?
DougD
The structure is not quite correct. The popup tag must be outside the menu element. Additionally, there may already be a popup named 'tablepopup'. Names must be unique.
[left]Example,
[HTML]
:
:
[/HTML]
[/left]
You may validate the XML using the config.xsd schema located in the iw/ewebeditpro20/ folder. It is also available at
http://dev.ektron.com/ewebeditpro5/config.xsd
.