API Docs for: 1.0.0
Show:

LADS.Util.Artwork Class

Utils for the artwork viewer and the artwork editor

Methods

createThumbnailButton

(
  • options
)
JQuery obj

Creates a thumbnail button to be used in a side bar list

Parameters:

  • options Object

    options 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 Obj

    jQuery object for back button element

  • clickHandler Function

    click handler for button