[Fixed Position] Add Image Properties dialog

Add Image Properties dialog, for when a new image element
is created. WTD-880.
This commit is contained in:
Victor Woeltjen 2015-02-20 12:28:52 -08:00
parent a947ff1274
commit f5b6be9b5d

View File

@ -11,7 +11,21 @@ define(
}
},
DIALOGS = {
"fixed.image": {
name: "Image Properties",
sections: [
{
rows: [
{
key: "url",
control: "textfield",
name: "Image URL",
required: true
}
]
}
]
}
};
/**