Hi guys, I am trying to configure the width & height of a htmlarea. I dug into the xslt and found that I should probably be able to do it by adding a conf attribute in layout.xml like this:
Eg: <htmlfield id="/root/myhtml" class="myDemoHtmlArea" conf="conf.width='600px';conf.height='300px'" initFunc="myHtmlArea"/></cell> I thought it would work but it didn't. And I approaching it correctly? It seems the match for <xsl:when test="fi:styling/conf"> in editing/cf2/transformers/cforms-hippocms-styling.xsl wasn't able to pick up conf. Any suggestions? Thanks Jun ******************************************** Hippocms-dev: Hippo CMS development public mailinglist Searchable archives can be found at: MarkMail: http://hippocms-dev.markmail.org Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
