[Building Sakai] Making a jsf inputRichText disabled or readonly

Jeff jeff.haight.spalding at gmail.com
Mon Sep 23 14:19:04 PDT 2013


Do this:

	<style type="text/css">
		.sqlDialogText {
			display: block;
			width: 1400px;
			height: 900px;
			overflow: auto;
		}
	</style>

<ice:outputText value="#{item.instructions}" escape="false" 
styleClass="sqlDialogText"/>

Where item.instructions is the same variable you used in the inputRichText tag.




More information about the sakai-dev mailing list