This is a built-in template used each time you create
a new Lightning helper by selecting New | Lightning Helper from the popup menu in one of
the project views. The template is editable. Along with HTML and Lightning expressions and comments, you can also use predefined variables (listed below) that will then be expanded like macros into the corresponding values. It is also possible to specify an arbitrary number of custom variables in the format ${<VARIABLE_NAME>}. In this case, before the new file is created, you will be prompted with a dialog where you can define particular values for all custom variables. Using the #parse directive, you can include templates from the Includes tab, by specifying the full name of the desired template as a parameter in quotation marks. For example: #parse("File Header.java") |
Predefined variables will take the following values: | ||
|
name of the package in which the new helper is created | |
|
name of the new helper specified by you in the Create New Lightning Helper dialog | |
|
current user system login name | |
|
current system date | |
|
current system time | |
|
current year | |
|
current month | |
|
first 3 letters of the current month name. Example: Jan, Feb, etc. | |
|
full name of the current month. Example: January, February, etc. | |
|
current day of the month | |
|
current hour | |
|
current minute | |
|
the name of the current project |