automizy-email-editor
Version:
Design mobile friendly HTML emails in your application.
184 lines (183 loc) • 6.94 kB
HTML
<section>
<h1>Other functions</h1>
<div class='module-description'>
</div>
<table class='functions-table'>
<tr>
<td class='function-body'>
<article>
<h2>$AEE.moveBlockUp(&block)</h2>
<div class='function-description'>
Use this function to move the given block upper.
<div class='function-paramenters'>Parameters:</div>
<code>$block</code>: The jQuery object representing the block you want to move.<br>
If the function is called without parameter, the currently active block will be moved.
</div>
</article>
</td>
<td class='function-example'>
<pre class='prettyprint linenums'>
$AEE.moveBlockUp();
</pre>
<div class="open-example-button" data-function="">Try it!</div>
</td>
</tr>
<tr>
<td class='function-body'>
<article>
<h2>$AEE.moveBlockDown(&block)</h2>
<div class='function-description'>
Use this function to move the given block down.
<div class='function-paramenters'>Parameters:</div>
<code>$block</code>: The jQuery object representing the block you want to move.<br>
If the function is called without parameter, the currently active block will be moved.
</div>
</article>
</td>
<td class='function-example'>
<pre class='prettyprint linenums'>
$AEE.moveBlockDown();
</pre>
<div class="open-example-button" data-function="">Try it!</div>
</td>
</tr>
<!--
<tr>
<td class='function-body'>
<article>
<h2>function()</h2>
<div class='function-description'>
<div class='function-paramenters'>Parameters:</div>
<code>code</code>: <br>
</div>
</article>
</td>
<td class='function-example'>
<pre class='prettyprint linenums'>
//code
</pre>
<div class="open-example-button" data-function="">Try it!</div>
</td>
</tr>
<tr>
<td class='function-body'>
<article>
<h2>function()</h2>
<div class='function-description'>
<div class='function-paramenters'>Parameters:</div>
<code>code</code>: <br>
</div>
</article>
</td>
<td class='function-example'>
<pre class='prettyprint linenums'>
//code
</pre>
<div class="open-example-button" data-function="">Try it!</div>
</td>
</tr>
<tr>
<td class='function-body'>
<article>
<h2>function()</h2>
<div class='function-description'>
<div class='function-paramenters'>Parameters:</div>
<code>code</code>: <br>
</div>
</article>
</td>
<td class='function-example'>
<pre class='prettyprint linenums'>
//code
</pre>
<div class="open-example-button" data-function="">Try it!</div>
</td>
</tr>
<tr>
<td class='function-body'>
<article>
<h2>function()</h2>
<div class='function-description'>
<div class='function-paramenters'>Parameters:</div>
<code>code</code>: <br>
</div>
</article>
</td>
<td class='function-example'>
<pre class='prettyprint linenums'>
//code
</pre>
<div class="open-example-button" data-function="">Try it!</div>
</td>
</tr>
<tr>
<td class='function-body'>
<article>
<h2>function()</h2>
<div class='function-description'>
<div class='function-paramenters'>Parameters:</div>
<code>code</code>: <br>
</div>
</article>
</td>
<td class='function-example'>
<pre class='prettyprint linenums'>
//code
</pre>
<div class="open-example-button" data-function="">Try it!</div>
</td>
</tr>
<tr>
<td class='function-body'>
<article>
<h2>function()</h2>
<div class='function-description'>
<div class='function-paramenters'>Parameters:</div>
<code>code</code>: <br>
</div>
</article>
</td>
<td class='function-example'>
<pre class='prettyprint linenums'>
//code
</pre>
<div class="open-example-button" data-function="">Try it!</div>
</td>
</tr>
<tr>
<td class='function-body'>
<article>
<h2>function()</h2>
<div class='function-description'>
<div class='function-paramenters'>Parameters:</div>
<code>code</code>: <br>
</div>
</article>
</td>
<td class='function-example'>
<pre class='prettyprint linenums'>
//code
</pre>
<div class="open-example-button" data-function="">Try it!</div>
</td>
</tr>
<tr>
<td class='function-body'>
<article>
<h2>function()</h2>
<div class='function-description'>
<div class='function-paramenters'>Parameters:</div>
<code>code</code>: <br>
</div>
</article>
</td>
<td class='function-example'>
<pre class='prettyprint linenums'>
//code
</pre>
<div class="open-example-button" data-function="">Try it!</div>
</td>
</tr>
-->
</table>
</section>