C# Класс SobekCM.Library.Helpers.CKEditor.CKEditor

Class is used to write the HTML to allow users to edit web (HTML) content using the CKEditor jquery library
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add_To_Stream ( TextWriter Output ) : void

Add the file input and the necessary script section, with all the options specfiedi here, directly to the streamwriter

Add_To_Stream ( TextWriter Output, bool Include_Script_Reference ) : void

Add the file input and the necessary script section, with all the options specfiedi here, directly to the streamwriter

CKEditor ( ) : System

Constructor for a new instance of the CKEditor class

HTML_To_Write ( ) : string

Returns the HTML to add a file input and the necessary script section to enable UploadiFive with these options

Описание методов

Add_To_Stream() публичный Метод

Add the file input and the necessary script section, with all the options specfiedi here, directly to the streamwriter
public Add_To_Stream ( TextWriter Output ) : void
Output System.IO.TextWriter Writer to write to the stream
Результат void

Add_To_Stream() публичный Метод

Add the file input and the necessary script section, with all the options specfiedi here, directly to the streamwriter
public Add_To_Stream ( TextWriter Output, bool Include_Script_Reference ) : void
Output System.IO.TextWriter Writer to write to the stream
Include_Script_Reference bool Flag indicates if the CKEditor script reference should be /// added to the output stream here
Результат void

CKEditor() публичный Метод

Constructor for a new instance of the CKEditor class
public CKEditor ( ) : System
Результат System

HTML_To_Write() публичный Метод

Returns the HTML to add a file input and the necessary script section to enable UploadiFive with these options
public HTML_To_Write ( ) : string
Результат string