Пример #1
0
 /// <summary>
 /// Constructs a new split button control instance.
 /// </summary>
 /// <param name="id">Control id for the split button.</param>
 /// <param name="s">Optional name/value settings object.</param>
 /// <param name="ed">Optional the editor instance this button is for.</param>
 public MenuButton(string id, object s, SharpKit.TinyMCE.Editor ed)
 {
 }
Пример #2
0
 /// <summary>
 /// Constructs a new listbox control instance.
 /// </summary>
 /// <param name="id">Control id for the list box.</param>
 /// <param name="s">Optional name/value settings object.</param>
 /// <param name="ed">Optional the editor instance this button is for.</param>
 public ListBox(string id, object s, SharpKit.TinyMCE.Editor ed)
 {
 }
Пример #3
0
 /// <summary>
 /// Constructs a new control manager instance.
 /// Consult the Wiki for more details on this class.
 /// </summary>
 /// <param name="ed">TinyMCE editor instance to add the control to.</param>
 /// <param name="s">Optional settings object for the control manager.</param>
 public ControlManager(SharpKit.TinyMCE.Editor ed, object s)
 {
 }
Пример #4
0
 /// <summary>
 /// Constructs a new color split button control instance.
 /// </summary>
 /// <param name="id">Control id for the color split button.</param>
 /// <param name="s">Optional name/value settings object.</param>
 /// <param name="ed">The editor instance this button is for.</param>
 public ColorSplitButton(string id, object s, SharpKit.TinyMCE.Editor ed)
 {
 }
Пример #5
0
 /// <summary>
 /// Initialization function for the plugin. This will be called when the plugin is created.
 /// </summary>
 /// <param name="editor">Editor instance that created the plugin instance.</param>
 /// <param name="url">Absolute URL where the plugin is located.</param>
 public object init(SharpKit.TinyMCE.Editor editor, string url)
 {
     return(null);
 }
Пример #6
0
 /// <summary>
 /// Constructs a new window manager instance.
 /// </summary>
 /// <param name="ed">Editor instance that the windows are bound to.</param>
 public WindowManager(SharpKit.TinyMCE.Editor ed)
 {
 }
Пример #7
0
 /// <summary>
 /// Removes a editor instance from the collection.
 /// </summary>
 /// <param name="e">Editor instance to remove.</param>
 public static SharpKit.TinyMCE.Editor remove(SharpKit.TinyMCE.Editor e)
 {
     return(null);
 }
Пример #8
0
 /// <summary>
 /// Adds an editor instance to the editor collection. This will also set it as the active editor.
 /// </summary>
 /// <param name="editor">Editor instance to add to the collection.</param>
 public static SharpKit.TinyMCE.Editor add(SharpKit.TinyMCE.Editor editor)
 {
     return(null);
 }