Hi there,
I was successfully using 4 HTML Editor Components inside 4 Tabs of a tabbed pane and now I switched to 1.1 final and this does not work any longer. it seems that the value of the last tab is automatically assigned to the first parameter and all other values are empty.
Below is my code.
Do you know of this problem? What is a workaround?
Cheers\
Sven
<x-tad-bigger>
<t:panelTabbedPane bgcolor="#FFFFCC" >
<t:panelTab id="tab1" label="German" rendered="true">
<t:inputHtml value="#{adminTextElementBean.textDE}"
style="height: 60ex;"
allowEditSource="true"
showPropertiesToolBox="false"
showLinksToolBox="true"
showImagesToolBox="false"
showTablesToolBox="false"
showCleanupExpressionsToolBox="true"
showDebugToolBox="false"/>
</t:panelTab>
<t:panelTab id="tab2" label="English" rendered="true">
<t:inputHtml value="#{adminTextElementBean.textEN}"
style="height: 60ex;"
allowEditSource="true"
showPropertiesToolBox="false"
showLinksToolBox="true"
showImagesToolBox="false"
showTablesToolBox="false"
showCleanupExpressionsToolBox="true"
showDebugToolBox="false"/>
</t:panelTab>
<t:panelTab id="tab3" label="French" rendered="true">
<t:inputHtml value="#{adminTextElementBean.textFR}"
style="height: 60ex;"
allowEditSource="true"
showPropertiesToolBox="false"
showLinksToolBox="true"
showImagesToolBox="false"
showTablesToolBox="false"
showCleanupExpressionsToolBox="true"
showDebugToolBox="false"/>
</t:panelTab>
<t:panelTab id="tab4" label="Spanish" rendered="true">
<t:inputHtml value="#{adminTextElementBean.textES}"
style="height: 60ex;"
allowEditSource="true"
showPropertiesToolBox="false"
showLinksToolBox="true"
showImagesToolBox="false"
showTablesToolBox="false"
showCleanupExpressionsToolBox="true"
showDebugToolBox="false"/>
</t:panelTab>
</t:panelTabbedPane></x-tad-bigger>
---
Sven Haiges
[EMAIL PROTECTED]
<x-tad-smaller>TEL +49 89 420 958 993
SIP [EMAIL PROTECTED]</x-tad-smaller>
- Using HMTL Editor inside a Tabbed Pane Sven Haiges
- Re: Using HMTL Editor inside a Tabbed Pane Sven Haiges
- Re: Using HMTL Editor inside a Tabbed Pane Martin Marinschek
- Re: Using HMTL Editor inside a Tabbed Pane Michael Ageeb
- Re: Using HMTL Editor inside a Tabbed P... Martin Marinschek
- Possible Solutions: Using HMTL Editor i... Sven Haiges
- Re: Possible Solutions: Using HMTL... Martin Marinschek
- Tabbed Pane State Saving Sven Haiges
- Re: Using HMTL Editor inside a Tabbed Pane Sven Haiges
- Re: Using HMTL Editor inside a Tabbed Pane Martin Marinschek
- Re: Using HMTL Editor inside a Tabbed Pane Sven Haiges

