cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to make resizable vertically and horizontally?

0 Likes
368

I am trying to display a large amount of text in Backoffice using a panel editor area. By default I would like to display a certain amount of lines (20) but then offer the ability to expand the panel both horizontally and vertically. Currently I have been able to configure a number of rows using editor parameters which displays correctly. But then I am unable to expand the panel vertically past this configured limit.

In -backoffice-config.xml I have configured my panel as such:

 <editorArea:panel name="">
   <attribute qualifier="largeMessage">
     <editor-parameter>
       <name>rows</name>
       <value>20</value>
     </editor-parameter>
   </attribute>
 </editorArea:panel>

Adjusting horizontally works as expected but I would like to be able to expand the panel in both directions. I tried excluding parameters (removing rows=20) but this did not display correctly and no size adjusting was provided.

Is there another way to accomplish this?

Accepted Solutions (0)

Answers (0)