Bigger Input Field in Editor

Bigger Input Field in Editor

churchilchurchil Posts: 34Questions: 5Answers: 0

Hi guys i want to get dynamic (more rows) input Fields. At the moment it looks like this(look picture).

But i need the input Field with minimum 2 rows.

Do you know how this works? My Editor code looks like this:

<div id="customForm">
    <fieldset class="anzeige">
        <legend style="border-bottom:3px solid grey" >asdf</legend>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
        <div data-editor-template="asdf"></div>
    </fieldset>
</div>

Replies

This discussion has been closed.