Commit ff3b12b0063af4560404319da1c43508ba11470b
1 parent
7ee8d268
validar
Showing
1 changed file
with
2 additions
and
3 deletions
js/inline/Readme.md
@@ -43,8 +43,7 @@ If the element to be rendered via ajax, one can create a function to make the tr | @@ -43,8 +43,7 @@ If the element to be rendered via ajax, one can create a function to make the tr | ||
43 | - Note 2: If you do the track manually, you must retonar false in pre validate to avoid unexpected behavior, as more than once traquear the same event. | 43 | - Note 2: If you do the track manually, you must retonar false in pre validate to avoid unexpected behavior, as more than once traquear the same event. |
44 | 44 | ||
45 | # Pre Validity (optional) | 45 | # Pre Validity (optional) |
46 | --Validation function performed before being made the track, waiting for the return of a boolean if the false seje return will not be made the track. | ||
47 | - | 46 | +- Validation function performed before being made the track, waiting for the return of a boolean if the false seje return will not be made the track. |
48 | - Available variables: | 47 | - Available variables: |
49 | - Element: element gift | 48 | - Element: element gift |
50 | - Trigger: object | 49 | - Trigger: object |
@@ -102,7 +101,7 @@ Name for reference in the studio | @@ -102,7 +101,7 @@ Name for reference in the studio | ||
102 | * actions : **array** | 101 | * actions : **array** |
103 | * trigger : **string ('click','pageview' ...)** | 102 | * trigger : **string ('click','pageview' ...)** |
104 | * selector : **String** - Required | 103 | * selector : **String** - Required |
105 | - * page : string, | 104 | + * page : **String** - Required |
106 | * pre_script : **String** - Required | 105 | * pre_script : **String** - Required |
107 | * port_script : **String** - Required | 106 | * port_script : **String** - Required |
108 | * pre_validation_script : **String** - Required | 107 | * pre_validation_script : **String** - Required |