1,813
การแก้ไข
| บรรทัดที่ 477: | บรรทัดที่ 477: | ||
|} | |} | ||
'''NOTES''' on additional buttons and image box: | '''NOTES''' on file fields behavious, additional buttons, and image box: | ||
* The image box is not drawn as a part of the Jinja2 macro. Developers must create the {{code|lang=html|<img>}} manually and assign to it the id {{code|lang=javascript|'<field_id>-imgbox'}} ''before running {{code|general_form_tail}}''. The tail macro shall automatically link the image box with the form field. | * The image box is not drawn as a part of the Jinja2 macro. Developers must create the {{code|lang=html|<img>}} manually and assign to it the id {{code|lang=javascript|'<field_id>-imgbox'}} ''before running {{code|general_form_tail}}''. The tail macro shall automatically link the image box with the form field. | ||
* isshot | * isshot | ||
* isdel | * isdel | ||
* Click actions on field, btns, imgbox | |||
==== Buttons & Submits ==== | ==== Buttons & Submits ==== | ||