home *** CD-ROM | disk | FTP | other *** search
- {
- itemInfoByIdentifier = {
- Refetch = {
- imageName = "RefetchSource";
- label = "Refetch";
- paletteLabel = "Refetch Source";
- action = "reload:";
- toolTip = "Reverts to original version of document";
- };
-
- Redisplay = {
- imageName = "RedisplaySource";
- label = "Redisplay";
- paletteLabel = "Redisplay in Browser";
- action = "displayNewHTML:";
- toolTip = "Shows current version of HTML in browser window";
- };
-
- Reformat = {
- imageName = "ReformatSource";
- label = "Reformat";
- paletteLabel = "Reformat HTML";
- action = "reformat:";
- toolTip = "Neatly organizes HTML source";
- };
-
- Colorize = {
- imageName = "ColorizeSource";
- label = "Colorize";
- paletteLabel = "Colorize HTML";
- action = "recolor:";
- toolTip = "Colorizes HTML syntax elements";
- };
-
- Compact = {
- imageName = "CompactSource";
- label = "Compact";
- paletteLabel = "Compact HTML";
- action = "compact:";
- toolTip = "Removes unnecessary white space from HTML source";
- };
-
- Store = {
- imageName = "StoreSource";
- label = "Store";
- paletteLabel = "Store to Server";
- action = "store:";
- toolTip = "Saves edited source to the server it came from (if possible)";
- };
-
- Save = {
- imageName = "SaveSource";
- label = "Save";
- paletteLabel = "Save to Disk";
- action = "save:";
- toolTip = "Saves edited source to a locally mounted volume";
- };
-
- Smaller = {
- imageName = "SmallerText";
- label = "Smaller";
- paletteLabel = "Smaller Text";
- action = "decreaseSize:";
- toolTip = "Decreases font size";
- };
-
- Bigger = {
- imageName = "BiggerText";
- label = "Bigger";
- paletteLabel = "Bigger Text";
- action = "increaseSize:";
- toolTip = "Increases font size";
- };
-
- };
-
-
- defaultItemIdentifiers = ( Refetch, Save, Store, NSToolbarSeparatorItem, Redisplay, NSToolbarSeparatorItem, Compact, Reformat, NSToolbarFlexibleSpaceItem );
-
- allowedItemIdentifiers = ( Refetch, Save, Store, Redisplay, Compact, Reformat, Colorize, NSToolbarPrintItem, NSToolbarShowColorsItem, Smaller, Bigger, NSToolbarSeparatorItem, NSToolbarSpaceItem, NSToolbarFlexibleSpaceItem, NSToolbarCustomizeToolbarItem );
- }
-