C-c C-l u HTML → Insert List Elements → Unordered List
| tempo-template-html-unordered-list |
Insert <ul><li></li></ul>. |
| C-c C-l o HTML → Insert List Elements → Ordered List |
tempo-template-html-ordered-list |
Insert <ol><li></li></ol>. |
| C-c C-l t HTML → Insert List Elements → Definition Item |
tempo-template-html-definition-item |
Insert <dt><dd>. |
| C-c C-l l HTML → Insert List Elements → List Item |
tempo-template-html-item |
Insert <li></li>. |
| C-c C-l d HTML → Insert List Elements → Definition List |
tempo-template-html-definition-list |
Insert <dl><dt><dd></dl>. |
| C-c C-l m HTML → Insert List Elements → Menu List |
tempo-template-html-menu-list |
Insert <menu><li></li></menu>. |
| C-c C-l r HTML → Insert List Elements → Directory List |
tempo-template-html-directorylist |
Insert <dir><li></li></dir>. |
| C-c C-l i HTML → Insert List Elements → List Item |
html-helper-smart-insert-item |
Insert <li></li>. |
| C-c C-f z HTML → Insert Form Elements → Rest Form |
tempo-template-html-reset-form |
Insert <input type="RESET">. |
| C-c C-f b HTML → Insert Form Elements → Button |
tempo-template-html-button |
Insert <input type="BUTTON">. |
| C-c C-f m HTML → Insert Form Elements → Submit Form |
tempo-template-html- submit-form |
Insert <input type="SUBMIT">. |
| C-c C-f s HTML → Insert Form Elements → Selections |
tempo-template-html-selections |
Insert <select><option></select>. |
| C-c C-f o HTML → Insert Form Elements → Option |
tempo-template-html-option |
Insert <option>. |
| C-c C-f v HTML → Insert Form Elements → Option with Value |
tempo-template-html-option-with-value |
Insert <option value="">. |
| C-c C-f i HTML → Insert Form Elements → Image Field |
tempo-template-html-input-image-field |
Insert <input type="IMAGE">. |
| C-c C-f r HTML → Insert Form Elements → Radiobutton |
tempo-template-html-input-radiobutton |
Insert <input type="RADIO">. |
| C-c C-f c HTML → Insert Form Elements → Checkbox |
tempo-template-html-checkbox |
Insert <input type="CHECKBOX">. |
| C-c C-f p HTML → Insert Form Elements → Text Area |
tempo-template-html-text-area |
Insert <textarea></textarea>. |
| C-c C-f f HTML → Insert Form Elements → Form |
tempo-template-html-form |
Insert <form></form>. |
| C-c C-f t `HTML → Insert Form Elements → Text Field |
tempo-template-html-text-field |
Insert <input type="TEXT">. |
| C-c C-f h HTML → Insert Form Elements → Hidden Field |
tempo-template-html-hidden-field
|