forked from montagejs/montage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
externals.jsdoc
53 lines (45 loc) · 1.01 KB
/
externals.jsdoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/**
* Provided by Montage.
* @external AbstractButton
* @see http://montagejs.org/api/AbstractButton.html
*/
/**
* Provided by Montage.
* @external Text
* @see http://montagejs.org/api/Text.html
*/
/**
* Provided by Montage.
* @external AbstractTextField
* @see http://montagejs.org/api/AbstractTextField.html
*/
/**
* Provided by Montage.
* @external AbstractImage
* @see http://montagejs.org/api/AbstractImage.html
*/
/**
* Provided by Montage.
* @external AbstractCheckbox
* @see http://montagejs.org/api/AbstractCheckbox.html
*/
/**
* Provided by Montage.
* @external AbstractNumberField
* @see http://montagejs.org/api/AbstractNumberField.html
*/
/**
* Provided by Montage.
* @external AbstractRadioButton
* @see http://montagejs.org/api/AbstractRadioButton.html
*/
/**
* Provided by Montage.
* @external AbstractTextArea
* @see http://montagejs.org/api/AbstractTextArea.html
*/
/**
* Provided by Montage.
* @external AbstractSelect
* @see http://montagejs.org/api/AbstractSelect.html
*/