public class RapidSpellWebMultiple
extends javax.servlet.jsp.tagext.TagSupport
Constructor and Description |
---|
RapidSpellWebMultiple()
Creates a RapidSpell Launcher
|
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag()
Renders this tag.
|
java.lang.String |
getButtonImageMouseDown()
The button image URL.
|
java.lang.String |
getButtonImageMouseOut()
The button image URL.
|
java.lang.String |
getButtonImageMouseOver()
The button image URL.
|
java.lang.String |
getButtonOnMouseOut()
The onMouseOut of the button.
|
java.lang.String |
getButtonOnMouseOver()
The onMouseOver of the button.
|
java.lang.String |
getButtonStyle()
The style of the button.
|
java.lang.String |
getButtonStyleClass()
The style class of the button.
|
java.lang.String |
getButtonText()
The text on the button.
|
java.lang.String |
getFinishedListener()
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
|
java.lang.String |
getFinishedOnTextBoxListener()
The name of a JavaScript function (without brackets) that should be called when spell checking is finished, per text box.
|
java.lang.String |
getFinishedText()
The alert text shown when the spell check finishes.
|
java.lang.String |
getGuiLanguage()
The Gui Language.
|
java.lang.String |
getId()
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
|
boolean |
getIgnoreEmptyTextBoxes()
Whether to ignore text boxes that are empty.
|
boolean |
getLeaveWindowOpenForUndo()
Whether to leave the popup window open after the last error has been found, enabling the user to undo the final error.
|
java.lang.String |
getRapidSpellWebLaunchers()
The ID's of the RapidSpellWebLauncher controls to start when the button is clicked.
|
boolean |
getShowButton()
Whether to show the launcher button (set to false to hide button/images).
|
boolean |
getShowFinishedMessage()
Whether to show the popup dialog at the end of the spell check.
|
boolean |
getSSLFriendly()
Whether to run in SSL friendly mode, setting this to true prevents 'leaving secure site' warning messages in IE.
|
java.lang.String |
getStartedOnTextBoxListener()
The name of a JavaScript function (without brackets) that should be called when spell checking is started, per text box.
|
int |
getTabIndex()
The tab order of the control.
|
boolean |
getUseSmoothTransitions()
Whether to use smooth transitions between text boxes.
|
int |
getWindowHeight()
Sets the window height (in pixels), when used in Mode=popup.
|
int |
getWindowWidth()
Sets the window width (in pixels), when used in Mode=popup.
|
int |
getWindowX()
Sets the window X position (in pixels), when used in Mode=popup.
|
int |
getWindowY()
Sets the window Y position (in pixels), when used in Mode=popup.
|
void |
setButtonImageMouseDown(java.lang.String value) |
void |
setButtonImageMouseOut(java.lang.String value) |
void |
setButtonImageMouseOver(java.lang.String value) |
void |
setButtonOnMouseOut(java.lang.String value)
The onMouseOut of the button.
|
void |
setButtonOnMouseOver(java.lang.String value)
The onMouseOver of the button.
|
void |
setButtonStyle(java.lang.String value)
The style of the button.
|
void |
setButtonStyleClass(java.lang.String value)
The style class of the button.
|
void |
setButtonText(java.lang.String value)
The text on the button.
|
void |
setFinishedListener(java.lang.String value)
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
|
void |
setFinishedOnTextBoxListener(java.lang.String value)
The name of a JavaScript function (without brackets) that should be called when spell checking is finished, per text box.
|
void |
setFinishedText(java.lang.String value)
The alert text shown when the spell check finishes.
|
void |
setGuiLanguage(java.lang.String value)
The Gui Language, value should be one of "ENGLISH", "FRENCH" etc.
|
void |
setId(java.lang.String value)
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page.
|
void |
setIgnoreEmptyTextBoxes(boolean value)
Whether to ignore text boxes that are empty.
|
void |
setLeaveWindowOpenForUndo(boolean value)
Whether to leave the popup window open after the last error has been found, enabling the user to undo the final error.
|
void |
setRapidSpellWebLaunchers(java.lang.String value) |
void |
setShowButton(boolean value) |
void |
setShowFinishedMessage(boolean value)
Whether to show the popup dialog at the end of the spell check.
|
void |
setSSLFriendly(boolean value) |
void |
setStartedOnTextBoxListener(java.lang.String value)
The name of a JavaScript function (without brackets) that should be called when spell checking is started, per text box.
|
void |
setTabIndex(int value)
The tab order of the control.
|
void |
setUseSmoothTransitions(boolean value)
Whether to use smooth transitions between text boxes.
|
void |
setWindowHeight(int value) |
void |
setWindowWidth(int value) |
void |
setWindowX(int value) |
void |
setWindowY(int value) |
public RapidSpellWebMultiple()
public java.lang.String getId()
getId
in class javax.servlet.jsp.tagext.TagSupport
public void setId(java.lang.String value)
setId
in class javax.servlet.jsp.tagext.TagSupport
public java.lang.String getButtonText()
public void setButtonText(java.lang.String value)
public java.lang.String getButtonStyle()
public void setButtonStyle(java.lang.String value)
public java.lang.String getButtonStyleClass()
public void setButtonStyleClass(java.lang.String value)
public java.lang.String getButtonOnMouseOver()
public void setButtonOnMouseOver(java.lang.String value)
public java.lang.String getButtonOnMouseOut()
public void setButtonOnMouseOut(java.lang.String value)
public java.lang.String getFinishedText()
public void setFinishedText(java.lang.String value)
public java.lang.String getFinishedListener()
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
This is optional, and of use if you require client side (or indirectly server side) notification that the spell check has finished. The function named here will be called when the pop up spell check is finished by the user (or the window was closed), it must not have any arguments.
public void setFinishedListener(java.lang.String value)
The name of a JavaScript function (without brackets) that should be called when pop up spell checking is finished (optional).
This is optional, and of use if you require client side (or indirectly server side) notification that the spell check has finished. The function named here will be called when the pop up spell check is finished by the user (or the window was closed), it must not have any arguments.
public java.lang.String getStartedOnTextBoxListener()
The name of a JavaScript function (without brackets) that should be called when spell checking is started, per text box.
This is optional, and of use if you require client side notification that the spell check has started on each text box. The function named here must have one argument which will receive the text box object that is being checked.
public void setStartedOnTextBoxListener(java.lang.String value)
The name of a JavaScript function (without brackets) that should be called when spell checking is started, per text box.
This is optional, and of use if you require client side notification that the spell check has started on each text box. The function named here must have one argument which will receive the text box object that is being checked.
public java.lang.String getFinishedOnTextBoxListener()
The name of a JavaScript function (without brackets) that should be called when spell checking is finished, per text box.
This is optional, and of use if you require client side notification that the spell check has finished on each text box. The function named here must have one argument which will receive the text box object that was being checked.
public void setFinishedOnTextBoxListener(java.lang.String value)
The name of a JavaScript function (without brackets) that should be called when spell checking is finished, per text box.
This is optional, and of use if you require client side notification that the spell check has finished on each text box. The function named here must have one argument which will receive the text box object that was being checked.
public boolean getShowFinishedMessage()
public void setShowFinishedMessage(boolean value)
public boolean getIgnoreEmptyTextBoxes()
public void setIgnoreEmptyTextBoxes(boolean value)
public boolean getSSLFriendly()
public void setSSLFriendly(boolean value)
public boolean getUseSmoothTransitions()
public void setUseSmoothTransitions(boolean value)
public int getWindowWidth()
public void setWindowWidth(int value)
public int getWindowHeight()
public void setWindowHeight(int value)
public int getWindowX()
public void setWindowX(int value)
public int getWindowY()
public void setWindowY(int value)
public java.lang.String getGuiLanguage()
public void setGuiLanguage(java.lang.String value)
LanguageType
public java.lang.String getRapidSpellWebLaunchers()
public void setRapidSpellWebLaunchers(java.lang.String value)
public boolean getLeaveWindowOpenForUndo()
public void setLeaveWindowOpenForUndo(boolean value)
public boolean getShowButton()
public void setShowButton(boolean value)
public java.lang.String getButtonImageMouseOut()
public void setButtonImageMouseOut(java.lang.String value)
public java.lang.String getButtonImageMouseOver()
public void setButtonImageMouseOver(java.lang.String value)
public java.lang.String getButtonImageMouseDown()
public void setButtonImageMouseDown(java.lang.String value)
public int getTabIndex()
public void setTabIndex(int value)
public int doStartTag() throws javax.servlet.jsp.JspTagException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspTagException
public int doEndTag() throws javax.servlet.jsp.JspTagException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspTagException
Copyright © 2002-2016 Keyoti Inc. All Rights Reserved.