Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to resize the text area in query mobile?
    primarykey
    data
    text
    <p>Can you please tell me how to resize the text area? Actually the problem is that I open the pop up screen on button click. In my pop up screen I have one text area (having small area).</p> <pre class="lang-html prettyprint-override"><code>&lt;textarea cols="40" rows="8" name="textarea-12" id="text-12" class="caseTextArea_h" autocorrect="off"&gt;&lt;/textarea&gt; </code></pre> <p>I write many characters on that text area and than close it. Again I open this and it has the same area that was before closing(large area)? How to resize that text area so that it starts with same starting size.</p> <p>My code:</p> <pre class="lang-html prettyprint-override"><code>&lt;div data-role="popup" id="CaseInformationScreen" data-close-btn="none" data-overlay-theme="a" data-dismissible="false"&gt; &lt;div data-role="header" data-theme="b"&gt; &lt;a href="#" data-role="button" data-corners="false" id="Cancel"&gt;Cancel&lt;/a&gt; &lt;h1&gt;Case Information&lt;/h1&gt; &lt;a href="#" data-role="button" data-corners="false" id="AddButton"&gt;Add&lt;/a&gt; &lt;/div&gt; &lt;div data-role="content"&gt; &lt;div&gt; &lt;img src="img/Documents.png" /&gt; &lt;/div&gt; &lt;div data-role="fieldcontain"&gt; &lt;label for="text-12" style="text-align:top;margin-left: 0px;"&gt;Case Name:&lt;/label&gt; &lt;input name="text-12" id="text-12" value="" type="text" class="caseName_h" autocorrect="off"&gt; &lt;/div&gt; &lt;div data-role="fieldcontain"&gt; &lt;label for="caseDate" style="text-align:left;margin-left: 0px;"&gt;Case Date:&lt;/label&gt; &lt;input name="caseDate" id="caseDate" value="" type="date" class="caseDate_h"&gt; &lt;!--input name="mydate2" id="mydate2" type="date" data-role="datebox" class="caseDate_h" data-options='{"mode": "calbox","useNewStyle":true,"zindex":1200}'/--&gt; &lt;/div&gt; &lt;div data-role="fieldcontain"&gt; &lt;label for="textarea-12"&gt;Case Notes :&lt;/label&gt; &lt;textarea cols="40" rows="8" name="textarea-12" id="text-12" class="caseTextArea_h" autocorrect="off"&gt;&lt;/textarea&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload