mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
70dcb5aafa
commit
d701cdb85b
@ -1655,6 +1655,9 @@ var TagsWithHandlersPrototype = {
|
|||||||
|
|
||||||
// Special tag handlers...
|
// Special tag handlers...
|
||||||
//
|
//
|
||||||
|
// These enable triggering actions by using specific tag patterns.
|
||||||
|
//
|
||||||
|
//
|
||||||
// Example handlers:
|
// Example handlers:
|
||||||
// {
|
// {
|
||||||
// // print the tag operation info...
|
// // print the tag operation info...
|
||||||
@ -1684,6 +1687,10 @@ var TagsWithHandlersPrototype = {
|
|||||||
// ...
|
// ...
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
|
//
|
||||||
|
// NOTE: currently there is not way for a handler to stop/change the
|
||||||
|
// actual method that triggered it in any way other than
|
||||||
|
// manipulating the tag itself.
|
||||||
__special_tag_handlers__: null,
|
__special_tag_handlers__: null,
|
||||||
/*/ DEBUG...
|
/*/ DEBUG...
|
||||||
__special_tag_handlers__: {
|
__special_tag_handlers__: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user