For the moment it's kind of tricky to build custom list of items. It would be nice to have a form to generate such lists.
The form should have one input field for each item slot (or maybe one by default with the possibility to add more with a + button).
For each item slot, the user will provide the corresponding item name or id#.
This name/id# may be validated using an OK button: when the OK button is pressed, an AJAX request check that the item exists on the Jabbithole DB and write the item's name using the tooptips API.
When the user validate the form, he is redirected to the corresponding page (example).
Since there is no application back-end for the moment, everything have to be done using JavaScript.
For the moment it's kind of tricky to build custom list of items. It would be nice to have a form to generate such lists.
The form should have one input field for each item slot (or maybe one by default with the possibility to add more with a + button).
For each item slot, the user will provide the corresponding item
nameorid#.This
name/id#may be validated using an OK button: when the OK button is pressed, an AJAX request check that the item exists on the Jabbithole DB and write the item's name using the tooptips API.When the user validate the form, he is redirected to the corresponding page (example).
Since there is no application back-end for the moment, everything have to be done using JavaScript.