Hi there,
I am implementing a Rich Text Field in a Custom Control and adding to my XPage. There are three types of editors: tiny, medium, large. The default is the medium one. I am trying to implement the large one but it doesn’t work.
Here is my code:
<xp:inputRichText value=“#{document1.Editera}” id=“editera1” dojoType=“ibm.xsp.widget.layout.RichText”>
<xp:dojoAttribute name="toolbarType" value="full"></xp:dojoAttribute>
</xp:this.dojoAttributes>
</xp:inputRichText>
What is it I am missing??? How can I get it work?
Thanx for any hints in advance