public class ERXJavaScript extends com.webobjects.appserver._private.WOHTMLDynamicElement
Name | Description |
---|---|
scriptSource | SRC attribute, either a full URL or the filename of the script |
filename | (same as scriptSource, but matches ERXStyleSheet) |
scriptFile | the filename of the script when it should be included in the page (only for compatibility, simply use the content) |
scriptFramework | name of the framework for the script |
framework | (same as scriptFramework, but matches ERXStyleSheet) |
scriptString | the script text when it should be included in the page (only for compatibility, simply use the content) |
scriptKey | if set, the content will get rendered into an external script src |
hideInComment | boolean that specifies if the script content should be included in HTML comments, true by default of the script tag contains a script |
Name | Description |
---|---|
er.extensions.ERXJavaScript.hideInComment | sets globally if the script
content should be included within HTML comments, defaults to true |
Modifier and Type | Class and Description |
---|---|
static class |
ERXJavaScript.Script |
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _prefix, _rendered, _secure, _style, _suffix, _title, DontEscapeHTML, EscapeHTML
_children
_ConstructorParameters
Constructor and Description |
---|
ERXJavaScript(String s,
NSDictionary<String,WOAssociation> nsdictionary,
WOElement woelement) |
Modifier and Type | Method and Description |
---|---|
void |
appendAttributesToResponse(WOResponse woresponse,
WOContext wocontext) |
void |
appendChildrenToResponse(WOResponse woresponse,
WOContext wocontext) |
void |
appendToResponse(WOResponse woresponse,
WOContext wocontext) |
String |
toString() |
__otherQueryDictionaryInContext, __queryDictionaryInContext, _appendAttributesFromAssociationsToResponse, _appendClassAndIdToResponse, _appendCloseTagToResponse, _appendOpenTagToResponse, _appendTagAttributeAndValueToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendHiddenFieldToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, classInContext, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributeAssociations, constantAttributesRepresentation, elementName, escapeHTML, hasContent, idInContext, isRenderedInContext, nonUrlAttributeAssociations, prefixInContext, secureInContext, stringValueInContext, styleInContext, suffixInContext, titleInContext, urlAttributeAssociations
addChildElement, childrenElements, EmptyGroup, hasChildrenElements, invokeAction, invokeChildrenAction, takeChildrenValuesFromRequest, takeValuesFromRequest
public ERXJavaScript(String s, NSDictionary<String,WOAssociation> nsdictionary, WOElement woelement)
public void appendAttributesToResponse(WOResponse woresponse, WOContext wocontext)
appendAttributesToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
public void appendChildrenToResponse(WOResponse woresponse, WOContext wocontext)
appendChildrenToResponse
in class com.webobjects.appserver._private.WODynamicGroup
public void appendToResponse(WOResponse woresponse, WOContext wocontext)
appendToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
public String toString()
toString
in class com.webobjects.appserver._private.WOHTMLDynamicElement
Copyright © 2002 – 2024 Project Wonder.