Skip to content

Commit

Permalink
Update documentation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
keejelo committed Aug 13, 2023
1 parent 3ef5421 commit fc99b7f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1430,12 +1430,6 @@ <h2 id="js_example_form">Create a dialogbox with a custom form and submit it</h2
<h2 id="html_box">Create dialog box with pre-written HTML</h2>
<p>Create dialogboxes with HTML, no need to write any Javascript code unless you need <code>callback()</code> for button clicks etc.</p>
<p>If you just want to display a simple messagebox with some info, then you only have to write HTML.</p>
<p></p>
<p><span class="bold">IMPORTANT!</span><br />
Dialogboxes created this way gets a token (<code>_0</code>) attached to their ID's.<br />
Example: <code>myDialogBox</code> becomes <code>myDialogBox_0</code><br />
So if you later want to get the element remember to do: <code>document.getElementById('myDialogBox_0');</code><br />
(I'm working on a way to solve this).</p>

<p>&nbsp;</p>

Expand Down

0 comments on commit fc99b7f

Please sign in to comment.