Browse
For agents
About
Smart Forms – when you need more than just a contact form
/
trunk
Smart Forms – when you need more than just a contact form
vtrunk
Switch version
trunk
0.5
0.5.5
0.6
0.7
0.8
0.8.5
0.9.1
Overview
Code
smart-forms
/
js
/
tutorials2
/
AddNewTutorial.d.ts
AddNewTutorial.d.ts
in Smart Forms – when you need more than just a contact form trunk, at js/tutorials2/AddNewTutorial.d.ts
13 lines
373 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
export
declare
class
AddNewTutorial
{
2
private
addNewInstance
;
3
private
$questionContainer
;
4
private
$container
;
5
constructor
(
)
;
6
Initialize
(
addNewInstance
:
any
,
$container
:
JQuery
)
:
void
;
7
private
OpenForm
;
8
private
AskIfTutorialIsWanted
;
9
private
GenerateSecondQuestion
;
10
private
StartTutorialAccepted
;
11
private
StartTutorial
;
12
}
13