[Fixed Position] Add text, image properties
Add buttons for text, image properties to the Fixed Position toolbar, WTD-881.
This commit is contained in:
@@ -101,8 +101,8 @@
|
||||
},
|
||||
{
|
||||
"property": "url",
|
||||
"glyph": "",
|
||||
"control": "dialog",
|
||||
"glyph": "\u2353",
|
||||
"control": "dialog-button",
|
||||
"title": "Image Properties",
|
||||
"dialog": {
|
||||
"control": "textfield",
|
||||
@@ -112,8 +112,8 @@
|
||||
},
|
||||
{
|
||||
"property": "text",
|
||||
"glyph": "",
|
||||
"control": "dialog",
|
||||
"glyph": "p",
|
||||
"control": "dialog-button",
|
||||
"title": "Text Properties",
|
||||
"dialog": {
|
||||
"control": "textfield",
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
/*global define*/
|
||||
|
||||
define(
|
||||
['./TelemetryProxy', './ElementProxy', './LineProxy', './BoxProxy', './TextProxy'],
|
||||
function (TelemetryProxy, ElementProxy, LineProxy, BoxProxy, TextProxy) {
|
||||
['./TelemetryProxy', './ImageProxy', './LineProxy', './BoxProxy', './TextProxy'],
|
||||
function (TelemetryProxy, ImageProxy, LineProxy, BoxProxy, TextProxy) {
|
||||
"use strict";
|
||||
|
||||
return {
|
||||
"fixed.telemetry": TelemetryProxy,
|
||||
"fixed.line": LineProxy,
|
||||
"fixed.box": BoxProxy,
|
||||
"fixed.image": ElementProxy,
|
||||
"fixed.image": ImageProxy,
|
||||
"fixed.text": TextProxy
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user