LADS.Util.Artwork Class
Utils for the artwork viewer and the artwork editor
Item Index
Methods
Methods
createThumbnailButton
(
JQuery obj
-
options
Creates a thumbnail button to be used in a side bar list
Parameters:
-
options
Objectoptions for creating the thumbnail button: title title of the button, shown under the thumbnail handler a click handler for the button buttonClass an extra class to add to the button buttonID an id to give to the button src thumbnail image source width custom width of button height custom height of button
Returns:
JQuery obj:
the button
setUpBackButton
(
-
elt
-
clickHandler
Set up handlers for back button
Parameters:
-
elt
JQuery ObjjQuery object for back button element
-
clickHandler
Functionclick handler for button