ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Preside CMS

by pixl8-brayden ST3

Sublime Text 3 Package

Details

Installs

  • Total 72
  • Win 31
  • Mac 35
  • Linux 6
Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0
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