10. Trinidad Core Tag Reference
Contents > Trinidad Core Tag Reference > tr:importScript
tr:importScript |
|
The tr:importScript tag is used to import Apache Trinidad built-in scripts.
Example
<tr:importScript></tr:importScript>
HTML Output
<script>var _AdfWindowOpenError='A popup window blocker has been detected in your browser. Popup blockers interfere with the operation of this application. Please disable your popup blocker or allow popups from this site.';</script><script src="/TrinidadTestWeb/adf/jsLibs/Common1_0_1.js"></script><form id="_id4" name="_id4" method="POST" onkeypress="return _submitOnEnter(event,'_id4');" action="/TrinidadTestWeb/tags/jsf/importScript.jsf"><input type="hidden" name="org.apache.myfaces.trinidad.faces.FORM" value="_id4"><span id="__id4_Postscript"><input type="hidden" name="org.apache.myfaces.trinidad.faces.STATE" value="!9f84c52"><script>function __id4Validator(){return true;}var _id4_SF={};</script></span><script>_submitFormCheck();</script></form>
|
Tag Attributes
| attributeChangeListener |
Text |
| |
| The attributeChangeListener attribute contains the reference to a method that is invoked when the renderer changes a property without the application’s request. |
| binding |
Expression |
| |
| The value-binding expression linking this component tag to a backing bean property. |
| id |
Text |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| names |
Text |
| |
| The names attribute sets the list of function names for the imported JavaScripts. |
| rendered |
Boolean |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
|