Esempio n. 1
0
        public EditorImageBrowserSettings(EditorImageBrowserMessages messages)
        {
            FileTypes     = DefaultFileTypes;
            this.messages = messages;

            Read      = new EditorImageBrowserOperation();
            Thumbnail = new EditorImageBrowserOperation();
            Upload    = new EditorImageBrowserOperation();
            Create    = new EditorImageBrowserOperation();
            Destroy   = new EditorImageBrowserOperation();
            Image     = new EditorImageBrowserOperation();
        }
Esempio n. 2
0
        public EditorImageBrowserSettings(EditorImageBrowserMessages messages)
        {
            FileTypes = DefaultFileTypes;
            this.messages = messages;

            Read = new EditorImageBrowserOperation();
            Thumbnail = new EditorImageBrowserOperation();
            Upload = new EditorImageBrowserOperation();
            Create = new EditorImageBrowserOperation();
            Destroy = new EditorImageBrowserOperation();
            Image = new EditorImageBrowserOperation();
        }
Esempio n. 3
0
        public EditorMessages()
        {
            Bold                  = Messages.Editor_Bold;
            Italic                = Messages.Editor_Italic;
            Underline             = Messages.Editor_Underline;
            Strikethrough         = Messages.Editor_Strikethrough;
            Superscript           = Messages.Editor_Superscript;
            Subscript             = Messages.Editor_Subscript;
            JustifyCenter         = Messages.Editor_JustifyCenter;
            JustifyLeft           = Messages.Editor_JustifyLeft;
            JustifyRight          = Messages.Editor_JustifyRight;
            JustifyFull           = Messages.Editor_JustifyFull;
            InsertOrderedList     = Messages.Editor_InsertOrderedList;
            InsertUnorderedList   = Messages.Editor_InsertUnorderedList;
            Indent                = Messages.Editor_Indent;
            Outdent               = Messages.Editor_Outdent;
            CreateLink            = Messages.Editor_CreateLink;
            Unlink                = Messages.Editor_Unlink;
            InsertImage           = Messages.Editor_InsertImage;
            InsertHtml            = Messages.Editor_InsertHtml;
            FontName              = Messages.Editor_FontName;
            FontNameInherit       = Messages.Editor_FontNameInherit;
            FontSize              = Messages.Editor_FontSize;
            FontSizeInherit       = Messages.Editor_FontSizeInherit;
            FormatBlock           = Messages.Editor_FormatBlock;
            Styles                = Messages.Editor_Styles;
            ForeColor             = Messages.Editor_ForeColor;
            BackColor             = Messages.Editor_BackColor;
            ImageWebAddress       = Messages.Editor_ImageWebAddress;
            ImageAltText          = Messages.Editor_ImageAltText;
            LinkWebAddress        = Messages.Editor_LinkWebAddress;
            LinkText              = Messages.Editor_LinkText;
            LinkToolTip           = Messages.Editor_LinkToolTip;
            LinkOpenInNewWindow   = Messages.Editor_LinkOpenInNewWindow;
            DialogInsert          = Messages.Editor_DialogInsert;
            DialogButtonSeparator = Messages.Editor_DialogButtonSeparator;
            DialogCancel          = Messages.Editor_DialogCancel;

            ImageBrowserMessages = new EditorImageBrowserMessages();
        }
Esempio n. 4
0
        public EditorMessages()
        {
            Bold = Messages.Editor_Bold;
            Italic = Messages.Editor_Italic;
            Underline = Messages.Editor_Underline;
            Strikethrough = Messages.Editor_Strikethrough;
            Superscript = Messages.Editor_Superscript;
            Subscript = Messages.Editor_Subscript;
            JustifyCenter = Messages.Editor_JustifyCenter;
            JustifyLeft = Messages.Editor_JustifyLeft;
            JustifyRight = Messages.Editor_JustifyRight;
            JustifyFull = Messages.Editor_JustifyFull;
            InsertOrderedList = Messages.Editor_InsertOrderedList;
            InsertUnorderedList = Messages.Editor_InsertUnorderedList;
            Indent = Messages.Editor_Indent;
            Outdent = Messages.Editor_Outdent;
            CreateLink = Messages.Editor_CreateLink;
            Unlink = Messages.Editor_Unlink;
            InsertImage = Messages.Editor_InsertImage;
            InsertHtml = Messages.Editor_InsertHtml;
            FontName = Messages.Editor_FontName;
            FontNameInherit = Messages.Editor_FontNameInherit;
            FontSize = Messages.Editor_FontSize;
            FontSizeInherit = Messages.Editor_FontSizeInherit;
            FormatBlock = Messages.Editor_FormatBlock;
            Styles = Messages.Editor_Styles;
            ForeColor = Messages.Editor_ForeColor;
            BackColor = Messages.Editor_BackColor;
            ImageWebAddress= Messages.Editor_ImageWebAddress;
            ImageAltText= Messages.Editor_ImageAltText;
            LinkWebAddress = Messages.Editor_LinkWebAddress;
            LinkText = Messages.Editor_LinkText;
            LinkToolTip = Messages.Editor_LinkToolTip;
            LinkOpenInNewWindow= Messages.Editor_LinkOpenInNewWindow;
            DialogInsert = Messages.Editor_DialogInsert;
            DialogButtonSeparator = Messages.Editor_DialogButtonSeparator;
            DialogCancel = Messages.Editor_DialogCancel;

            ImageBrowserMessages = new EditorImageBrowserMessages();
        }