html bundle for Espresso
tableform, tableaction, img, button, input
TEAforEspresso
Tableform
tableform
insert_snippet
html, html punctuation.definition.begin
default
${1:title}
${3}
${4}
${2:tableaction} ]]>
TEAforEspresso
Tableaction
tableaction
insert_snippet
html, html punctuation.definition.begin
default
<{button label="${1:ok}" type="submit"}> ]]>
TEAforEspresso
Smarty:Img
img:
insert_snippet
html, html punctuation.definition.begin
default
]]>
TEAforEspresso
Smarty:Button
button:
insert_snippet
html, html punctuation.definition.begin
default
]]>
TEAforEspresso
Smarty:Input
input:
insert_snippet
html, html punctuation.definition.begin
default
]]>
settings for Zen Coding
tableform, tableaction, img, button, input
# common settings are used for quick injection of user-defined snippets 'common': { 'snippets': { 'tableform': '
\n' + '
${1:title}
\n' + '
\n' + '
\n' + '
\n' + '
${2}
${3}
\n' + '
\n' + '
\n' + '
\n' + '
\n' + ' <{button label="${4:label}" type="submit"}>\n' + '
\n' + '
', 'tableaction': '
\n' + ' <{button label="${1:ok}" type="submit"}>\n' + '
', 'img:': '<{img src="images/bundle/${1}.gif" ${2:alt="${21}"}}>', 'button:': '<{button type="${1:submit/button}" label="${2:label}" ${3:icon="${31}.gif"} ${4:href="${41:}"}}>', 'input:': '<{input name="${1:name}" value="${2:value}" vtype="${3:required/number/digits/alpha}" ${4:class="${41:class}" id="${42:id}"}}>' }, }