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

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