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

Advanced Aria Templates snippets pack

by dpreussner ALL

A collection of sublime text editor snipptes for the Aria Templates Framework.

Labels snippets

Details

Installs

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

Readme

Source
raw.​githubusercontent.​com

Advanced Aria Templates snippets pack

A collection of sublime text editor snipptes for the Aria Templates Framework.

Installation

Sublime Package Control

Simply search for “Advanced Aria Templates snippets pack”

Manual

Clone the repository inside your Sublime Text Packages/User folder (see Preferences -> Browse Packages for the correct path).

git clone https://github.com/dpreussner/advanced-at-snippets-pack.git advanced-at-snippets-pack

Available snipptes

Following snipptes are available:

File Templates (.js, .tpl)

ariaNewTemplate
ariaNewTemplateScript
ariaNewModuleController

Template statements (.tpl)

See the Aria Templates guide for writing templates for further reference on the basic template statements.

call
elseif
for
foreach
id
if
ifelse
macro
repeater
section
set
var
view

Aria Widgets Library (.tpl)

For every widget in the @aria Library there is a snippet which corresponds to the basic / most common configuration for the widget. See the Aria Templates user manual page or the Aria Templates samples page for further reference on how to use widgets.

// widgets
autocomplete
button
calendar
datefield
datepicker
dialog
errorlist
fieldset
gauge
iconbutton
link
list
multiautocomplete
multiselect
numberfield
passwordfield
radiobutton
splitter
select
selectbox
sortindicator
tab
tabpanel
template
textarea
text
textfield
timefield
tooltip

// widget config
bind
bindrefresh
transform

aria.utils.Array (.js)

ariaArrayClone
ariaArrayContains
ariaArrayFilter
ariaArrayForEach
ariaArrayIndexOf
ariaArrayIsEmpty
ariaArrayRemove
ariaArrayRemoveAt

aria.utils.Type (.js)

ariaTypeIsArray
ariaTypeIsBoolean
ariaTypeIsCallback
ariaTypeIsContainer
ariaTypeIsDate
ariaTypeIsFunction
ariaTypeIsHTMLElement
ariaTypeIsNumber
ariaTypeIsObject
ariaTypeIsRegExp
ariaTypeIsString

aria.utils.Json (.js)

ariaJsonAdd
ariaJsonAddListener
ariaJsonContains
ariaJsonCopy
ariaJsonEquals
ariaJsonInject
ariaJsonSetValue
ariaJsonConvertToJsonString
ariaJsonIsMetadata
ariaJsonLoad

aria.utils.Dom (.js)

ariaDomGetDomElementChild
ariaDomGetDomElementsChildByTagName
ariaDomGetElementById
ariaDomGetElementsByClassName
ariaDomIsAncestor
ariaDomIsInDom