|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--Dialog
|
+--ModalDialog
|
+--ImageDialog
Defined in widgets/dialog.js
| Field Summary | |
Object |
img
Used to display the image inside the dialog box |
String |
imgUri
Image URI |
| Fields inherited from class ModalDialog |
overlay, overlayColor, overlayClass, opacity
|
| Fields inherited from class Dialog |
id, el, contentEl, parent, container, left, top, zIndex, followScroll, contents, contentsClass, loadUri, loadMethod, loadParams, trigger, focusId, buttons, buttonsClass, hoverClose, onBeforeOpen, onOpen, onBeforeClose, onClose, visible, i
|
| Constructor Summary | |
ImageDialog
(<Object> opts)
Specialized version of a modal dialog used to display images |
|
| Method Summary | |
void
|
setup()
Performs initialization routines on the dialog |
<static> void
|
setup(<String> cls)
Finds all images whose class attribute matches the given class name and configures them to show in a centered modal dialog box |
| Methods inherited from class ModalDialog |
show, place, hide, tabDelimFocusHandler, tabDelimBlurHandler, keyHandler
|
| Methods inherited from class Dialog |
setupContents, addButton, setButtonAction, setContents, open, close, resizeHandler, scrollHandler
|
| Field Detail |
Object img
String imgUri
| Constructor Detail |
ImageDialog(<Object> opts)
opts - Configuration options
| Method Detail |
void setup()
<static> void setup(<String> cls)
cls - Class name
|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||