docs(popup): add back in template desc

This commit is contained in:
Adam Bradley
2015-12-03 08:32:40 -06:00
parent 7a50c5d592
commit a6972095dd

View File

@ -101,6 +101,7 @@ export class Popup {
* title: '', // String. The title of the popup. * title: '', // String. The title of the popup.
* cssClass: '', // String (optional). The custom CSS class name. * cssClass: '', // String (optional). The custom CSS class name.
* subTitle: '', // String (optional). The sub-title of the popup. * subTitle: '', // String (optional). The sub-title of the popup.
* template: '', // String (optional). The html template to place in the popup body.
* okText: '', // String (default: 'OK'). The text of the OK button. * okText: '', // String (default: 'OK'). The text of the OK button.
* okType: '', // String (default: ''). The type of the OK button. * okType: '', // String (default: ''). The type of the OK button.
* } * }
@ -146,6 +147,7 @@ export class Popup {
* title: '', // String. The title of the popup. * title: '', // String. The title of the popup.
* cssClass: '', // String (optional). The custom CSS class name. * cssClass: '', // String (optional). The custom CSS class name.
* subTitle: '', // String (optional). The sub-title of the popup. * subTitle: '', // String (optional). The sub-title of the popup.
* template: '', // String (optional). The html template to place in the popup body.
* cancelText: '', // String (default: 'Cancel'). The text of the Cancel button. * cancelText: '', // String (default: 'Cancel'). The text of the Cancel button.
* cancelType: '', // String (default: ''). The type of the Cancel button. * cancelType: '', // String (default: ''). The type of the Cancel button.
* okText: '', // String (default: 'OK'). The text of the OK button. * okText: '', // String (default: 'OK'). The text of the OK button.
@ -199,6 +201,7 @@ export class Popup {
* title: '', // String. The title of the popup. * title: '', // String. The title of the popup.
* cssClass: '', // String (optional). The custom CSS class name. * cssClass: '', // String (optional). The custom CSS class name.
* subTitle: '', // String (optional). The sub-title of the popup. * subTitle: '', // String (optional). The sub-title of the popup.
* template: '', // String (optional). The html template to place in the popup body.
* inputType: // String (default: 'text'). The type of input to use. * inputType: // String (default: 'text'). The type of input to use.
* inputPlaceholder: // String (default: ''). A placeholder to use for the input. * inputPlaceholder: // String (default: ''). A placeholder to use for the input.
* cancelText: '', // String (default: 'Cancel'). The text of the Cancel button. * cancelText: '', // String (default: 'Cancel'). The text of the Cancel button.