
// the following JavaScript defines the resource text values
// used by the page Builder Wizard scripts on this page

// establish Resource Text object for JS string references
if ("undefined" === typeof Ektron.ResourceText)
{
    Ektron.ResourceText = {};
}

// ensure that the PageBuilder object exists
if ("undefined" === typeof Ektron.ResourceText.PageBuilder)
{
    Ektron.ResourceText.PageBuilder = {};
}
// define resource text strings as properties
Ektron.ResourceText.PageBuilder.WidgetTray =
{
    cancel: "Cancel",
    dropControlHere: "Drop Control here",
    em: "Em",
    newWidth: "New Width",
    pixels: "Pixels",
    percent: "Percent",
    save: "Save",
    widget: "Widget"
}

if(typeof(Sys) !== "undefined") Sys.Application.notifyScriptLoaded();
