on ‎2019 Jan 16 2:50 AM
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?
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.