Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The form needs to be inside the div. That's how it is in all the Dialog examples. Not sure how you're going to do that with the title and url inputs not being on the dialog. Couldn't you put them on it too?</p> <p>This wouldn't have the problem:</p> <pre><code>&lt;div id="add_photo" style="width: auto;" class="ui-dialog-content ui-widget-content" title="Add Photo"&gt; &lt;form enctype="multipart/form-data" action="/system/article/add/" class="from" method="post"&gt; &lt;label for="article_title" class="required"&gt;Title:&lt;/label&gt; &lt;input class="formfield" id="article_title" name="article_title" value="" type="text"&gt; &lt;label for="url" class="required"&gt;Url:&lt;/label&gt; &lt;input class="formfield" id="url" name="url" value="" type="text"&gt; &lt;label for="photo_title" class="optional"&gt;Photo title:&lt;/label&gt; &lt;input class="formfield" id="photo_title" name="photo_title" value="" type="text"&gt; &lt;label for="photot" class="optional"&gt;Photo thumb:&lt;/label&gt; &lt;input type="file" name="photot" id="photot" class="formfield"&gt; &lt;label for="photo_checkbox" class="optional"&gt;Include lighbox?&lt;/label&gt; &lt;input name="photo_checkbox" value="0" type="hidden"&gt; &lt;input class="checkbox" id="photo_checkbox" name="photo_checkbox" value="1" type="checkbox"&gt; &lt;label for="photo_big" class="optional"&gt;Photo:&lt;/label&gt; &lt;input type="file" name="photo_big" id="photo_big" class="formfield"&gt; &lt;/form&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.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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