Files
sublime-tryton-snippets/xml_view_button.sublime-snippet

9 lines
356 B
Plaintext
Raw Permalink Normal View History

2023-01-20 15:25:20 +01:00
<snippet>
<content><![CDATA[
<button name="${1:name}"${2: string="${3:label}"}${4: icon="${5:tryton-executable}"}${6: confirm="${7:Are you sure?}"}${8: colspan="${9:2}"}${10: states="${11}"}${12: help="${13}"}/>
]]></content>
<tabTrigger>tryton_view_button</tabTrigger>
<scope>text.xml</scope>
<description>Tryton: View button</description>
</snippet>