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

Preside CMS

by pixl8-brayden ST3

Sublime Text 3 Package

Details

Installs

  • Total 63
  • Win 25
  • Mac 32
  • Linux 6
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 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
Windows 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 1 0 0 0 0 0 0 0 0 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 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
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