Skip to content

dpreussner/advanced-at-snippets-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published