Preside CMS
Sublime Text 3 Package
Details
Installs
- Total 61
- Win 23
- Mac 32
- Linux 6
Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text Preside Package
Sublime Text Preside Package is a collection of Preside snippets and auto completions for Sublime Text 3
Preside full documentation refer link Preside Documentation
Features
Autocomplete for:
Up to Preside version: 10.10.76
Notes
CFML Tags
Triggers | Output |
---|---|
cfpresideparam |
<cf_presideparam name="..." editable="true" /> |
cfelse |
<cfelse> |
cfif |
<cfif statement>...</cfif> |
cfifelse |
<cfif statement>...<cfelse>...</cfif> |
cfloop |
<cfloop statement>...</cfloop> |
cfoutput |
<cfoutput>...</cfoutput> |
cfparam |
<cfparam name = "..." /> |
cfscript |
<cfscript>...</cfscript> |
cfset |
<cfset variable = value /> |
cfswitch |
<cfswitch>...</cfswitch> |
cfwhile |
<cfwhile condition>...</cfwhile> |
Snippets
Triggers | Description |
---|---|
form |
Generate base for Preside Form XML |
dataObject |
Generate base for Preside Object Component |
superclass |
Generate base for Preside Service with super class applied |
publicfunction |
Generate base for public function |
privatefunction |
Generate base for private function |
i18n
Triggers | Description |
---|---|
i18nBasic |
Generate base for basic i18n |
i18nField |
Generate field i18n |
i18nPageTypes |
Generate base for page types i18n |
i18nGroup |
Generate base for preside object group i18n |
i18nPresideObject |
Generate base for preside object i18n |
CSRF Protection
Available Functions | Return Type |
---|---|
getCsrfToken |
n/a |
validateCsrfToken |
boolean |