fonts
5 years ago
scripts
5 years ago
styles
5 years ago
global.html
5 years ago
index.html
4 years ago
module-wpcf7cf.html
5 years ago
scripts_es6.js.html
4 years ago
wpcf7cf.html
4 years ago
wpcf7cfApi.html
5 years ago
global.html
292 lines
| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <title>JSDoc: Global</title> |
| 6 | |
| 7 | <script src="scripts/prettify/prettify.js"> </script> |
| 8 | <script src="scripts/prettify/lang-css.js"> </script> |
| 9 | <!--[if lt IE 9]> |
| 10 | <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
| 11 | <![endif]--> |
| 12 | <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> |
| 13 | <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> |
| 14 | </head> |
| 15 | |
| 16 | <body> |
| 17 | |
| 18 | <div id="main"> |
| 19 | |
| 20 | <h1 class="page-title">Global</h1> |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 | |
| 26 | |
| 27 | <section> |
| 28 | |
| 29 | <header> |
| 30 | |
| 31 | <h2></h2> |
| 32 | |
| 33 | |
| 34 | </header> |
| 35 | |
| 36 | <article> |
| 37 | <div class="container-overview"> |
| 38 | |
| 39 | |
| 40 | |
| 41 | |
| 42 | |
| 43 | |
| 44 | <dl class="details"> |
| 45 | |
| 46 | |
| 47 | |
| 48 | |
| 49 | |
| 50 | |
| 51 | |
| 52 | |
| 53 | |
| 54 | |
| 55 | |
| 56 | |
| 57 | |
| 58 | |
| 59 | |
| 60 | |
| 61 | |
| 62 | |
| 63 | |
| 64 | |
| 65 | |
| 66 | |
| 67 | |
| 68 | |
| 69 | |
| 70 | |
| 71 | |
| 72 | |
| 73 | |
| 74 | |
| 75 | |
| 76 | |
| 77 | </dl> |
| 78 | |
| 79 | |
| 80 | |
| 81 | |
| 82 | </div> |
| 83 | |
| 84 | |
| 85 | |
| 86 | |
| 87 | |
| 88 | |
| 89 | |
| 90 | |
| 91 | |
| 92 | |
| 93 | |
| 94 | |
| 95 | |
| 96 | |
| 97 | |
| 98 | |
| 99 | <h3 class="subsection-title">Methods</h3> |
| 100 | |
| 101 | |
| 102 | |
| 103 | |
| 104 | |
| 105 | |
| 106 | |
| 107 | <h4 class="name" id="repeaterAddSub"><span class="type-signature"></span>repeaterAddSub<span class="signature">($form, repeaterDataId)</span><span class="type-signature"></span></h4> |
| 108 | |
| 109 | |
| 110 | |
| 111 | |
| 112 | |
| 113 | |
| 114 | <div class="description"> |
| 115 | <p>Append a new sub-entry to the repeater with the name <code>repeaterDataId</code> inside the form <code>$form</code></p> |
| 116 | </div> |
| 117 | |
| 118 | |
| 119 | |
| 120 | |
| 121 | |
| 122 | |
| 123 | |
| 124 | |
| 125 | |
| 126 | <h5>Parameters:</h5> |
| 127 | |
| 128 | |
| 129 | <table class="params"> |
| 130 | <thead> |
| 131 | <tr> |
| 132 | |
| 133 | <th>Name</th> |
| 134 | |
| 135 | |
| 136 | <th>Type</th> |
| 137 | |
| 138 | |
| 139 | |
| 140 | |
| 141 | |
| 142 | <th class="last">Description</th> |
| 143 | </tr> |
| 144 | </thead> |
| 145 | |
| 146 | <tbody> |
| 147 | |
| 148 | |
| 149 | <tr> |
| 150 | |
| 151 | <td class="name"><code>$form</code></td> |
| 152 | |
| 153 | |
| 154 | <td class="type"> |
| 155 | |
| 156 | |
| 157 | <span class="param-type">String</span> |
| 158 | | |
| 159 | |
| 160 | <span class="param-type">JQuery</span> |
| 161 | |
| 162 | |
| 163 | |
| 164 | </td> |
| 165 | |
| 166 | |
| 167 | |
| 168 | |
| 169 | |
| 170 | <td class="description last"><p>JQuery object or css-selector representing the form</p></td> |
| 171 | </tr> |
| 172 | |
| 173 | |
| 174 | |
| 175 | <tr> |
| 176 | |
| 177 | <td class="name"><code>repeaterDataId</code></td> |
| 178 | |
| 179 | |
| 180 | <td class="type"> |
| 181 | |
| 182 | |
| 183 | <span class="param-type">String</span> |
| 184 | |
| 185 | |
| 186 | |
| 187 | </td> |
| 188 | |
| 189 | |
| 190 | |
| 191 | |
| 192 | |
| 193 | <td class="description last"><p><em>data-id</em> attribute of the repeater. Normally this is simply the name of the repeater. However, in case of a nested repeater you need to append the name with the correct suffix. For example <code>my-nested-repeater__1__3</code>. Hint (check the <code>data-id</code> attribute in the HTML code to find the correct suffix)</p></td> |
| 194 | </tr> |
| 195 | |
| 196 | |
| 197 | </tbody> |
| 198 | </table> |
| 199 | |
| 200 | |
| 201 | |
| 202 | |
| 203 | |
| 204 | |
| 205 | <dl class="details"> |
| 206 | |
| 207 | |
| 208 | |
| 209 | |
| 210 | |
| 211 | |
| 212 | |
| 213 | |
| 214 | |
| 215 | |
| 216 | |
| 217 | |
| 218 | |
| 219 | |
| 220 | |
| 221 | |
| 222 | |
| 223 | |
| 224 | |
| 225 | |
| 226 | |
| 227 | |
| 228 | |
| 229 | |
| 230 | |
| 231 | |
| 232 | <dt class="tag-source">Source:</dt> |
| 233 | <dd class="tag-source"><ul class="dummy"><li> |
| 234 | <a href="scripts_es6.js.html">scripts_es6.js</a>, <a href="scripts_es6.js.html#line1355">line 1355</a> |
| 235 | </li></ul></dd> |
| 236 | |
| 237 | |
| 238 | |
| 239 | |
| 240 | |
| 241 | |
| 242 | |
| 243 | </dl> |
| 244 | |
| 245 | |
| 246 | |
| 247 | |
| 248 | |
| 249 | |
| 250 | |
| 251 | |
| 252 | |
| 253 | |
| 254 | |
| 255 | |
| 256 | |
| 257 | |
| 258 | |
| 259 | |
| 260 | |
| 261 | |
| 262 | |
| 263 | |
| 264 | |
| 265 | |
| 266 | |
| 267 | |
| 268 | |
| 269 | |
| 270 | </article> |
| 271 | |
| 272 | </section> |
| 273 | |
| 274 | |
| 275 | |
| 276 | |
| 277 | </div> |
| 278 | |
| 279 | <nav> |
| 280 | <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="wpcf7cf.html">wpcf7cf</a></li></ul><h3>Global</h3><ul><li><a href="global.html#repeaterAddSub">repeaterAddSub</a></li></ul> |
| 281 | </nav> |
| 282 | |
| 283 | <br class="clear"> |
| 284 | |
| 285 | <footer> |
| 286 | Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Mon Sep 07 2020 11:18:31 GMT+0200 (Central European Summer Time) |
| 287 | </footer> |
| 288 | |
| 289 | <script> prettyPrint(); </script> |
| 290 | <script src="scripts/linenumber.js"> </script> |
| 291 | </body> |
| 292 | </html> |