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
Constructor and Description |
---|
ERXJavaScript(String s,
NSDictionary<String,com.webobjects.appserver.WOAssociation> nsdictionary,
com.webobjects.appserver.WOElement woelement) |
Modifier and Type | Method and Description |
---|---|
void |
appendAttributesToResponse(com.webobjects.appserver.WOResponse woresponse,
com.webobjects.appserver.WOContext wocontext) |
void |
appendChildrenToResponse(com.webobjects.appserver.WOResponse woresponse,
com.webobjects.appserver.WOContext wocontext) |
void |
appendToResponse(com.webobjects.appserver.WOResponse woresponse,
com.webobjects.appserver.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
public ERXJavaScript(String s, NSDictionary<String,com.webobjects.appserver.WOAssociation> nsdictionary, com.webobjects.appserver.WOElement woelement)
public void appendAttributesToResponse(com.webobjects.appserver.WOResponse woresponse, com.webobjects.appserver.WOContext wocontext)
appendAttributesToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
public void appendChildrenToResponse(com.webobjects.appserver.WOResponse woresponse, com.webobjects.appserver.WOContext wocontext)
appendChildrenToResponse
in class com.webobjects.appserver._private.WODynamicGroup
public void appendToResponse(com.webobjects.appserver.WOResponse woresponse, com.webobjects.appserver.WOContext wocontext)
appendToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
public String toString()
toString
in class com.webobjects.appserver._private.WOHTMLDynamicElement
Copyright © 2002 – 2020 Project Wonder.