Skip to content

Commit

Permalink
docs: on new file element type
Browse files Browse the repository at this point in the history
  • Loading branch information
phirschybar committed Jun 2, 2016
1 parent 9902a09 commit 365e620
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 1 deletion.
Binary file modified docs/_build/doctrees/element-options.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/emailers.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/license.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/models.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/panel-options.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/panels.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/principles.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/roadmap.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/start.doctree
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/_build/html/_sources/element-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ image

.. image:: images/image.png

file
^^^^

* This will generate a VARCHAR(255) database field.
* The input for user manipulation is a special file uploader modal dialog.
* You may also supply a ``allowed_types`` array containing the file-extensions this will allow.
* You may also supply a ``directory`` string containing the remote directory that uploaded files will save to.
* The uploaded file name will be saved to the database field.

tags
^^^^

Expand Down
13 changes: 13 additions & 0 deletions docs/_build/html/element-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<li class="toctree-l3"><a class="reference internal" href="#integer">integer</a></li>
<li class="toctree-l3"><a class="reference internal" href="#boolean">boolean</a></li>
<li class="toctree-l3"><a class="reference internal" href="#image">image</a></li>
<li class="toctree-l3"><a class="reference internal" href="#file">file</a></li>
<li class="toctree-l3"><a class="reference internal" href="#tags">tags</a></li>
<li class="toctree-l3"><a class="reference internal" href="#select">select</a></li>
<li class="toctree-l3"><a class="reference internal" href="#multiselect">multiselect</a></li>
Expand Down Expand Up @@ -275,6 +276,18 @@ <h3>boolean<a class="headerlink" href="#boolean" title="Permalink to this headli
<img alt="_images/image.png" src="_images/image.png" />
</div></blockquote>
</div>
<div class="section" id="file">
<h3>file<a class="headerlink" href="#file" title="Permalink to this headline"></a></h3>
<blockquote>
<div><ul class="simple">
<li>This will generate a VARCHAR(255) database field.</li>
<li>The input for user manipulation is a special file uploader modal dialog.</li>
<li>You may also supply a <code class="docutils literal"><span class="pre">allowed_types</span></code> array containing the file-extensions this will allow.</li>
<li>You may also supply a <code class="docutils literal"><span class="pre">directory</span></code> string containing the remote directory that uploaded files will save to.</li>
<li>The uploaded file name will be saved to the database field.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="tags">
<h3>tags<a class="headerlink" href="#tags" title="Permalink to this headline"></a></h3>
<blockquote>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/element-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ image

.. image:: images/image.png

file
^^^^

* This will generate a VARCHAR(255) database field.
* The input for user manipulation is a special file uploader modal dialog.
* You may also supply a ``allowed_types`` array containing the file-extensions this will allow.
* You may also supply a ``directory`` string containing the remote directory that uploaded files will save to.
* The uploaded file name will be saved to the database field.

tags
^^^^

Expand Down

0 comments on commit 365e620

Please sign in to comment.