home *** CD-ROM | disk | FTP | other *** search
- {
- allowedItemIdentifiers = (
- Back, Forward, StartPage, Reload, Stop, MarkPage,
- MarkBack, MarkForward, AddBookmark, Bookmarks, History, Tabs,
- Info, SitePreferences, ViewSource, ViewLinks, Downloads, Find,
- LoadImages, AutoFill, SendLink, Smaller, Bigger, Summarize,
- NSToolbarPrintItem, OverrideEncoding, AddressField, SearchField, Throbber, NSToolbarSeparatorItem,
- NSToolbarSpaceItem, NSToolbarFlexibleSpaceItem, NSToolbarCustomizeToolbarItem
- );
- defaultItemIdentifiers = (
- Tabs, Back, Forward, Reload, Stop, AddressField, Throbber, SearchField, SitePreferences, Bookmarks
- );
- itemsRequiringAddress = (
- Reload, MarkPage, AddBookmark, ViewSource, ViewLinks, LoadImages, AutoFill, Summarize, Bigger, Smaller, SendLink, OverrideEncoding, NSToolbarPrintItem
- );
-
- itemInfoByIdentifier = {
- StartPage = {
- action = "goToStartPage:";
- imageName = StartPage;
- label = "Start Page";
- paletteLabel = "Go to Start Page";
- toolTip = "Go to personal Start Page";
- };
- Reload = {
- action = "reload:";
- imageName = Reload;
- label = Reload;
- paletteLabel = "Reload Page";
- toolTip = "Refresh page from server/disk";
- };
- Stop = {
- action = "stopLoad:";
- imageName = Stop;
- label = Stop;
- paletteLabel = "Stop Load";
- toolTip = "Stop loading page";
- };
- MarkPage = {
- action = "markPage:";
- imageName = MarkPage;
- label = "Mark Page";
- paletteLabel = "Mark Page";
- toolTip = "Mark the current page";
- };
- AddBookmark = {
- action = "addToBookmarks:";
- imageName = AddBookmark;
- label = "Add Bookmark";
- paletteLabel = "Add to Bookmarks";
- toolTip = "Adds the current page to personal bookmarks";
- };
- History = {
- action = "showHistoryBookmarks:";
- imageName = History;
- label = History;
- paletteLabel = "Show History";
- toolTip = "Shows the global history";
- };
- Tabs = {
- action = "toggleTabDrawer:";
- imageName = Tabs;
- label = Tabs;
- paletteLabel = "Show Tabs";
- toolTip = "Shows the tab drawer";
- };
- ViewSource = {
- action = "viewSource:";
- imageName = ViewSource;
- label = "Edit Source";
- paletteLabel = "Edit HTML Source";
- toolTip = "Opens the HTML source editor for this page";
- };
- ViewLinks = {
- action = "viewAsBookmarks:";
- imageName = ViewLinks;
- label = "View Links";
- paletteLabel = "View Links";
- toolTip = "Opens a bookmarks window containing the links on this page";
- };
- Info = {
- target = firstResponder;
- action = "togglePageInfo:";
- imageName = Inspector;
- label = Info;
- paletteLabel = "Page Info";
- toolTip = "Toggles the Page Info inspector";
- };
- Downloads = {
- target = firstResponder;
- action = "showDownloadsPanel:";
- imageName = Downloads;
- label = Downloads;
- paletteLabel = "Downloads Panel";
- toolTip = "Shows the recent downloads panel";
- };
- NetActivity = {
- target = firstResponder;
- action = "showStatusDisplay:";
- imageName = NetActivity;
- label = "Net Activity";
- paletteLabel = "Network Activity";
- toolTip = "Shows the network activity panel";
- };
- Find = {
- target = firstResponder;
- action = "showFindPanel:";
- imageName = Find;
- label = Find;
- paletteLabel = "Find on Page";
- toolTip = "Opens the find panel (for in-page searches)";
- };
- LoadImages = {
- action = "loadAllImages:";
- imageName = LoadImages;
- label = "Load Images";
- paletteLabel = "Load Images";
- toolTip = "Loads images and other embedded media";
- };
- AutoFill = {
- action = "autoFillForms:";
- imageName = AutoFill;
- label = "AutoFill";
- paletteLabel = "AutoFill Form";
- toolTip = "Fills in forms using the information in AutoFill Preferences";
- };
- SendLink = {
- action = "sendLink:";
- imageName = MailTo;
- label = "Send Link";
- paletteLabel = "Send Link";
- toolTip = "Opens an email compose window with a link to the current page";
- };
- Smaller = {
- action = "decreaseSize:";
- imageName = SmallerText;
- label = Smaller;
- paletteLabel = "Smaller Text";
- toolTip = "Decreases font size";
- };
- Bigger = {
- action = "increaseSize:";
- imageName = BiggerText;
- label = Bigger;
- paletteLabel = "Bigger Text";
- toolTip = "Increases font size";
- };
- Summarize = {
- action = "summarize:";
- imageName = Summarize;
- label = Summarize;
- paletteLabel = "Summarize";
- toolTip = "Summarize selected text";
- };
- SitePreferences = {
- action = "toggleSitePreferences:";
- imageName = SitePreferences;
- label = "Site Preferences";
- paletteLabel = "Site Preferences";
- toolTip = "Toggle the Site Preferences inspector";
- };
-
- /* These items have custom views, so keys apply differently here */
- Back = {
- action = "goBack:";
- imageName = Back;
- label = Back;
- paletteLabel = "Go Back";
- toolTip = "Go to previous page";
- minSize = ( 32.0, 32.0 );
- maxSize = ( 32.0, 32.0 );
- };
- Bookmarks = {
- action = "viewBookmarksInPreferredMode:";
- imageName = Bookmarks;
- label = Bookmarks;
- paletteLabel = "Show Bookmarks";
- toolTip = "Shows personal bookmarks in the browser or in a new window";
- minSize = ( 32.0, 32.0 );
- maxSize = ( 32.0, 32.0 );
- };
- Forward = {
- action = "goForth:";
- imageName = Forward;
- label = Forward;
- paletteLabel = "Go Forward";
- toolTip = "Go to next page";
- minSize = ( 32.0, 32.0 );
- maxSize = ( 32.0, 32.0 );
- };
- MarkBack = {
- action = "previousMark:";
- imageName = MarkBack;
- label = "Previous Mark";
- paletteLabel = "Previous Mark";
- toolTip = "Go to previous marked page";
- minSize = ( 32.0, 32.0 );
- maxSize = ( 32.0, 32.0 );
- };
- MarkForward = {
- action = "nextMark:";
- imageName = MarkForward;
- label = "Next Mark";
- paletteLabel = "Next Mark";
- toolTip = "Go to next marked page";
- minSize = ( 32.0, 32.0 );
- maxSize = ( 32.0, 32.0 );
- };
- AddressField = {
- paletteLabel = "Address Field";
- label = "Address";
- nullMenu = "(Address)";
- minSize = ( 200.0, 21.0 );
- maxSize = ( 1600.0, 21.0 );
- };
- SearchField = {
- paletteLabel = "Search Field";
- label = "Search";
- nullMenu = "(Search)";
- minSize = ( 80, 21.0 );
- maxSize = ( 180, 21.0 );
- };
- OverrideEncoding = {
- label = "Encoding";
- imageName = Encoding;
- toolTip = "Override text encoding of pages in this browser";
- paletteLabel = "Text Encoding";
- recentSelectionsHeading = "Favorite Encodings";
- asSpecifiedByServerHeading = "Use Encoding Provided by Server";
- minSize = ( 59.0, 25.0 );
- maxSize = ( 59.0, 25.0 );
- };
- Throbber = {
- paletteLabel = "Status Indicator";
- label = "";
- nullMenu = "(Status Indicator)";
- };
- };
- }
-