英語 での Reference home の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
XUL Reference home editortype Type: one of the values below The type of editor to use.
XUL Reference home controllers Type: nsIControllers A controllers list attached to the element.
XUL Reference home windowtype Type: string Set to a string which can be used to identify the type of window.
XUL Reference home cancel() Return type: no return value Call this method to cancel and close the wizard.
XUL Reference home focus() Return type: no return value Assigns the focus to the element, if it can accept the focus.
XUL Reference home amIndicator Type: string The string value displayed for hours between midnight and noon, defaulting to AM.
XUL Reference home userAction Type: one of the values below This attribute will be set to the action the user is currently performing.
XUL Reference home mode Type: one of the values below For columns that are progress meters, this determines the type of progress meter to use.
XUL Reference home defaultButton Type: string Normally this attribute should not be set, but if it is, it specifies the default button in the dialog.
XUL Reference home onwizardnext Type: script code This should be set to code which is called when the user presses the Next button.
XUL Reference home canRewind Type: boolean This property is set to true if the user can press the Back button to go to the previous page.
XUL Reference home selectedTab Type: tab element A reference to the currently selected tab, which will always be one of the tab elements in the tabs element.
XUL Reference home appendGroup( group) Return type: no return value Not in Firefox Add several new tabs to the end of the existing tabs.
XUL Reference home focusedItem Type: radio element Holds the currently focused item in the radiogroup, which may or may not be the same as the selected item.
XUL Reference home onpagerewound Type: script code This should be set to code which is called when the user presses the Back button while on the current page.
XUL Reference home wraparound New in Firefox 3 Type: boolean If true, the value of the number box will wrap around when the maximum or minimum value is exceeded.
XUL Reference home autohide Requires Gecko 1.9.2 Type: boolean When set to true, the toolbar will be invisible unless the Alt key is pressed by the user.
XUL Reference home selstyle Type: string If set to the value primary, only the label of the primary column will be highlighted when an item in the tree is selected.
XUL Reference home loadTabs( uris, loadInBackground, replace) Return type: no return value Loads a set of URIs, specified by the array uris, into tabs.
XUL Reference home acceltext Type: string Text that appears beside the menu label to indicate the shortcut key(accelerator key) to use to invoke the command.
XUL Reference home appendNotification( label, value, image, priority, buttons) Return type: element Create a new notification and display it.
XUL Reference home canGoBack Type: boolean This read-only property is true if there is a page to go back to in the session history and the Back button should be enabled.
XUL Reference home advanceSelectedTab( dir, wrap) Return type: no return value If the argument dir is set to 1, the currently selected tab changes to the next tab.
XUL Reference home swapDocShells( otherBrowser) Return type: no return value Swaps the content, history and current state of this browser with another browser.
XUL Reference home selectItemRange( startItem, endItem) Return type: no return value Selects the items between the two items given as arguments, including the start and end items.
XUL Reference home ondialogaccept Type: script code The code in this attribute is called when the accept button is pressed, or when the acceptDialog() method is called.
XUL Reference home norestorefocus Type: boolean If false, the default value, then when the panel is hidden, the keyboard focus will be restored to whatever had the focus before the panel was opened.
XUL Reference home pageStep Type: integer This property returns the number of pages that the user has navigated through so far, meaning that the user would press the Back button this many times to go back to the beginning.
XUL Reference home inverted Type: boolean For boolean preferences, if this attribute is set to true, it indicates that the value of the preference is the reverse of the user interface element attached to it.