The oxy_button built-in form control is used for graphical user interface objects that invokes a custom Author action (defined in the associated Document Type) referencing it by its ID, or directly in the CSS.
button:before {
content: "Label:"
oxy_button(
/* This action is declared in the document type associated with the XML document. */
actionID, "insert.popupWithMultipleSelection");
}
symbol in
the content complete list.
oxy_button code template. Also, an
oxy_button_in_place_action code template is available that inserts an
oxy_button function that includes an action
parameter.