Questions Tagged With primefaceshttps://answers.axonivy.com/tags/primefaces/?type=rss&user=tiagoquestions tagged <span class="tag">primefaces</span>enMon, 12 Oct 2015 15:59:04 -0400Attributes from pe:layoutPane have no effecthttps://answers.axonivy.com/questions/1510/attributes-from-pe-layoutpane-have-no-effect<p>I decided to use pe:layout instead of p:layout because i was having problems re-sizing a p:layoutUnit with an iframe. </p> <p>After adding gson-2.2.4.jar to the &lt;designer&gt;\webapps\ivy\WEB-INF\lib folder it started to work. But the attributes size, initClose, closable, minSize, maxSize have no effect.</p> <pre><code>&lt;pe:layout fullPage="true" &gt; &lt;pe:layoutPane size="800" initClosed="true" closable="true" position="north"&gt; &lt;h3&gt;Test&lt;/h3&gt; &lt;/pe:layoutPane&gt; &lt;pe:layoutPane position="center"&gt; &lt;h:form id="form"&gt; &lt;h:panelGrid columns="2" &gt; &lt;f:facet name="header"&gt; &lt;p:messages&gt;&lt;/p:messages&gt; &lt;/f:facet&gt; &lt;p:outputLabel for="description" value="Description"/&gt; &lt;p:inputText id="description" value=""&gt;&lt;/p:inputText&gt; &lt;p:outputLabel for="expire" value="Expire"/&gt; &lt;p:calendar id="expire" value="" pattern="dd.MM.yyyy HH:mm" size="16"&gt; &lt;f:convertDateTime pattern="dd.MM.yyyy HH:mm" /&gt; &lt;/p:calendar&gt; &lt;p:commandButton actionListener="#{logic.close}" value="Proceed" update="form" icon="ui-icon-check" /&gt; &lt;/h:panelGrid&gt; &lt;/h:form&gt; &lt;/pe:layoutPane&gt; &lt;pe:layoutPane position="east" size="50%" closable="true"&gt; &lt;iframe src="http://answers.axonivy.com/" height="100%" width = "100%" /&gt; &lt;/pe:layoutPane&gt; </code></pre> <p>&lt;/pe:layout&gt;</p>tiagoMon, 12 Oct 2015 15:59:04 -0400https://answers.axonivy.com/questions/1510/attributes-from-pe-layoutpane-have-no-effecthtmluserdialogprimefaces