Attributes |
Name | Required | Request-time | Type | Description |
id | false | false | java.lang.String |
The component identifier for this component. This value must be
unique within the closest parent component that is a naming
container.
|
url | true | false | java.lang.String |
Valid URL for the contents of popup.
|
useButton | false | false | java.lang.String |
Instead of rendering children, display button.
Default is false or no.
|
title | false | false | java.lang.String |
The title text if a link, the button text if a button.
|
target | false | false | java.lang.String |
The name of target window. Default is "sakai_popup".
|
toolbar | false | false | java.lang.String |
Does the popup display a toolbar? Default is "no" or "false".
|
menubar | false | false | java.lang.String |
Does the popup display a menubar? Default is "no" or "false".
|
personalbar | false | false | java.lang.String |
Does the popup display a personalbar? Default is "no" or "false".
|
scrollbars | false | false | java.lang.String |
Does the popup display scrollbars? Default is "no" or "false".
|
width | false | false | java.lang.String |
Width of the popup. Default is 650.
|
height | false | false | java.lang.String |
Height of the popup. Default is 375.
|
scrollbars | false | false | java.lang.String |
Does the popup display scrollbars? Default is "no" or "false".
|
resizable | false | false | java.lang.String |
Is the popup display resizable? Default is "yes" or "true".
|
rendered | false | false | java.lang.String |
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent
form submit.
|