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 |
public void fwkRTEButtonMouseOver(object obj, string sImage)
obj
- the rich text editor referencesImage
- the image name to usepublic void fwkRTEButtonMouseOut(object obj, string sImage)
obj
- the rich text editor referencesImage
- the image name to usepublic string fwkRTEGetText(string sId)
sId
- the rich text editor id
public void fwkRTESetText(string sId, string sText)
sId
- the rich text editor idsText
- the rich text editor textpublic void fwkRTEClearText(string sIFrameId)
sIFrameId
- IFrame idpublic void fwkRTEClearText(object oIFrameRef)
oIFrameRef
- IFrame referencepublic void fwkRTEDisable(string sIFrameId)
sIFrameId
- IFrame idpublic void fwkRTEDisable(object oIFrameRef)
oIFrameRef
- IFrame referencepublic void fwkRTEShowSource(string sId)
sId
- the rich text editor idpublic void fwkRTEInit(string sIFrameId, string sContent)
sIFrameId
- the IFrame idsContent
- the content to insertpublic void fwkRTESelectFontSize(object oCombo, string sIFrameId)
oCombo
- sIFrameId
- public void fwkRTESelectFontName(object oCombo, string sIFrameId)
oCombo
- sIFrameId
- public void fwkRTEFocus(string sIFrameId)
sIFrameId
- public void fwkRTEFormatText(string sCommand, string sIFrameId, string sCommandParam)
sCommand
- sIFrameId
- sCommandParam
-