button#insertBefore:click { action-server: htmlInsertBefore; } button#insertAfter:click { action-server: htmlInsertAfter; } button#insertAsFirstChild:click { action-server: htmlInsertAsFirstChild; } button#insertAsLastChild:click { action-server: htmlInsertAsLastChild; } button#insert:click { action-server: htmlReplace; }