Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type What ¶
type What uint8
const ( // Commands not associated with an Element Update What // Used for update scheduling Reload // Tells browser to reload the current URL Redirect // Tells browser to load another URL Alert // Display (if using Bootstrap) an alert message Order // Re-order a set of elements Call // Call javascript function Set // Set javascript variable // Element manipulation Inner // Set the elements inner HTML Delete // Delete the element Replace // Replace the element with new HTML Remove // Remove child element Insert // Insert child element Append // Append child element SAttr // Set element attribute RAttr // Remove element attribute SClass // Set element class RClass // Remove element class Value // Set element value // Element input events Input Click // Testing Hook // Calls event handler synchronously )
Click to show internal directories.
Click to hide internal directories.