Istoricul versiunilor AdvancedTasks
6 versiuni
Fii atent cu versiunile vechi!
Aceste versiuni sunt afișate în scopuri de testare și de referință. Ar trebui să folosești întotdeauna cea mai recentă versiune a unui supliment.
Versiunea 1.5
As requested by some user:
You can now use html input type="text", textarea, forms and save them.
Examples:
Generate a Save Button to save input-fields and textareas:
<button type="button">Save</button>
Input:
<input type="text" value="myValue">
<textarea rows="4" cols="50">My Text</textarea>
Send forms to your server:
<form action="http://yourserver/api" method="post">
First name: <input name="fname" value="111" type="text">
Last name: <input name="lname" value="" type="text">
<input value="Submit" type="submit">
</form>
You can now use html input type="text", textarea, forms and save them.
Examples:
Generate a Save Button to save input-fields and textareas:
<button type="button">Save</button>
Input:
<input type="text" value="myValue">
<textarea rows="4" cols="50">My Text</textarea>
Send forms to your server:
<form action="http://yourserver/api" method="post">
First name: <input name="fname" value="111" type="text">
Last name: <input name="lname" value="" type="text">
<input value="Submit" type="submit">
</form>
- Codul sursă lansat sub Mozilla Public License, version 2.0
Versiunea 1.4
testet/updated compatibility
- Codul sursă lansat sub Mozilla Public License, version 2.0
Versiunea 1.1
- css fix: checkbox should use theme checkboxes
- Codul sursă lansat sub Mozilla Public License, version 2.0
To create your own collections, you must have a Mozilla Add-ons account.