mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='https://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='https://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='https://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='https://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='https://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

CKEditor Class



Class is used to write the HTML to allow users to edit web (HTML) content using the CKEditor jquery library


Namespace: SobekCM.Library.CKEditor
Assembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public class CKEditor

Inheritance Hierarchy

System..::..Object
  SobekCM.Library.CKEditor..::..CKEditor

Constructors

  NameDescription
Public methodCKEditor
Constructor for a new instance of the CKEditor class

Methods

  NameDescription
Public methodAdd_To_Stream(TextWriter)
Add the file input and the necessary script section, with all the options specfiedi here, directly to the streamwriter
Public methodAdd_To_Stream(TextWriter, Boolean)
Add the file input and the necessary script section, with all the options specfiedi here, directly to the streamwriter
Public methodHTML_To_Write
Returns the HTML to add a file input and the necessary script section to enable UploadiFive with these options

Properties

  NameDescription
Public propertyBaseUrl
Base URL for the system
Public propertyFileBrowser_ImageUploadUrl
URL for the file upload handler on the server
Public propertyImageBrowser_ListUrl
URL for the JSON for the Image Browser plug-in, which tells which files are on the server when the user browser the server while adding an image to the HTML
Public propertyLanguage
Language to use for the interface
Public propertyStart_In_Source_Mode
Flag indicates if it should start in source mode
Public propertyTextAreaID
ID of the existing text area where the HTML to edit resides
Public propertyUploadPath
Path where the uploaded files should go
Public propertyUploadURL
URL where the uploaded files go, to return the uploaded file URL

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )