HoldOn.open(properties);
Initialize hold on without properties locks the
ui with the default theme "sk-rect".
Those are the availables properties that
supports HoldOn.
Only 1 Instance of HoldOn is available in the window.
That means , if you call again the open method,
the existing Layout will be deleted.
HoldOn.open({
theme:"sk-bounce",//If not given or inexistent theme throws default theme sk-rect
message: "<h4> Put your html here too ! </h4>",
content:"Your HTML Content", // If theme is set to "custom", this property is available
// this will replace the theme by something customized.
backgroundColor:"blue",//Change the background color of holdon with javascript
// Keep in mind is necessary the .css file too.
textColor:"white" // Change the font color of the message
});