A collection of sublime text editor snipptes for the Aria Templates Framework.
Simply search for "Advanced Aria Templates snippets pack"
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
Following snipptes are available:
ariaNewTemplate
ariaNewTemplateScript
ariaNewModuleController
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
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
ariaArrayClone
ariaArrayContains
ariaArrayFilter
ariaArrayForEach
ariaArrayIndexOf
ariaArrayIsEmpty
ariaArrayRemove
ariaArrayRemoveAt
ariaTypeIsArray
ariaTypeIsBoolean
ariaTypeIsCallback
ariaTypeIsContainer
ariaTypeIsDate
ariaTypeIsFunction
ariaTypeIsHTMLElement
ariaTypeIsNumber
ariaTypeIsObject
ariaTypeIsRegExp
ariaTypeIsString
ariaJsonAdd
ariaJsonAddListener
ariaJsonContains
ariaJsonCopy
ariaJsonEquals
ariaJsonInject
ariaJsonSetValue
ariaJsonConvertToJsonString
ariaJsonIsMetadata
ariaJsonLoad
ariaDomGetDomElementChild
ariaDomGetDomElementsChildByTagName
ariaDomGetElementById
ariaDomGetElementsByClassName
ariaDomIsAncestor
ariaDomIsInDom