We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9ec71 commit 1dc0697Copy full SHA for 1dc0697
1 file changed
documentation.md
@@ -175,7 +175,7 @@ If you answered 4, that's correct!
175
### AddPage Function
176
177
```js
178
-addPage(htmlString, tabName)
+addPage(tabName, htmlString)
179
```
180
>
181
> ### Description
@@ -184,10 +184,10 @@ addPage(htmlString, tabName)
184
185
> ### Parameters
186
187
-> **@htmlString (String)** *HTML form content taken from BeautifyTools' Form Builder*
188
->
189
> **@tabName (String)** *Navigation bar tab's title*
190
+> **@htmlString (String)** *HTML form content taken from BeautifyTools' Form Builder*
+>
191
> ### Returns
192
193
> None
0 commit comments