Home | History | Annotate | Download | only in Interfaces

Lines Matching full:panel

147     the file open panel requested by runOpenPanelForFileButtonWithResultListener:
160 @abstract Call this method to return a filename from the file open panel.
168 @abstract Call this method to indicate that the file open panel was cancelled.
403 @abstract Display a JavaScript alert panel
406 @discussion Clients should visually indicate that this panel comes
407 from JavaScript. The panel should have a single OK button.
414 @abstract Display a JavaScript confirm panel
418 @discussion Clients should visually indicate that this panel comes
419 from JavaScript. The panel should have two buttons, e.g. "OK" and
427 @abstract Display a JavaScript text input panel
432 @discussion Clients should visually indicate that this panel comes
433 from JavaScript. The panel should have two buttons, e.g. "OK" and
441 @abstract Display a confirm panel by an "before unload" event handler.
447 supplied by the web page that indicates. The panel should have
455 @abstract Display a file open panel for a file input control.