telosys.functions
Interface RichTextEditor


public interface RichTextEditor


Method Summary
 void fwkRTEButtonMouseOut(object obj, string sImage)
           
 void fwkRTEButtonMouseOver(object obj, string sImage)
           
 void fwkRTEClearText(object oIFrameRef)
          Clears the rich text editor text
 void fwkRTEClearText(string sIFrameId)
          Clears the rich text editor text
 void fwkRTEDisable(object oIFrameRef)
          Sets "disable" the rich text editor
 void fwkRTEDisable(string sIFrameId)
          Sets "disable" the rich text editor
 void fwkRTEFocus(string sIFrameId)
           
 void fwkRTEFormatText(string sCommand, string sIFrameId, string sCommandParam)
           
 string fwkRTEGetText(string sId)
          Returns the rich text editor text
 void fwkRTEInit(string sIFrameId, string sContent)
          Initializes the rich text editor
 void fwkRTESelectFontName(object oCombo, string sIFrameId)
           
 void fwkRTESelectFontSize(object oCombo, string sIFrameId)
           
 void fwkRTESetText(string sId, string sText)
          Sets the rich text editor text
 void fwkRTEShowSource(string sId)
          Shows (alert) the content of the rich text editor
 

Method Detail

fwkRTEButtonMouseOver

public void fwkRTEButtonMouseOver(object obj,
                                  string sImage)
Parameters:
obj - the rich text editor reference
sImage - the image name to use

fwkRTEButtonMouseOut

public void fwkRTEButtonMouseOut(object obj,
                                 string sImage)
Parameters:
obj - the rich text editor reference
sImage - the image name to use

fwkRTEGetText

public string fwkRTEGetText(string sId)
Returns the rich text editor text

Parameters:
sId - the rich text editor id
Returns:
the rich text editor text

fwkRTESetText

public void fwkRTESetText(string sId,
                          string sText)
Sets the rich text editor text

Parameters:
sId - the rich text editor id
sText - the rich text editor text

fwkRTEClearText

public void fwkRTEClearText(string sIFrameId)
Clears the rich text editor text

Parameters:
sIFrameId - IFrame id

fwkRTEClearText

public void fwkRTEClearText(object oIFrameRef)
Clears the rich text editor text

Parameters:
oIFrameRef - IFrame reference

fwkRTEDisable

public void fwkRTEDisable(string sIFrameId)
Sets "disable" the rich text editor

Parameters:
sIFrameId - IFrame id

fwkRTEDisable

public void fwkRTEDisable(object oIFrameRef)
Sets "disable" the rich text editor

Parameters:
oIFrameRef - IFrame reference

fwkRTEShowSource

public void fwkRTEShowSource(string sId)
Shows (alert) the content of the rich text editor

Parameters:
sId - the rich text editor id

fwkRTEInit

public void fwkRTEInit(string sIFrameId,
                       string sContent)
Initializes the rich text editor

Parameters:
sIFrameId - the IFrame id
sContent - the content to insert

fwkRTESelectFontSize

public void fwkRTESelectFontSize(object oCombo,
                                 string sIFrameId)
Parameters:
oCombo -
sIFrameId -

fwkRTESelectFontName

public void fwkRTESelectFontName(object oCombo,
                                 string sIFrameId)
Parameters:
oCombo -
sIFrameId -

fwkRTEFocus

public void fwkRTEFocus(string sIFrameId)
Parameters:
sIFrameId -

fwkRTEFormatText

public void fwkRTEFormatText(string sCommand,
                             string sIFrameId,
                             string sCommandParam)
Parameters:
sCommand -
sIFrameId -
sCommandParam -