⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 messages.js

📁 echo3 很炫的ajax框架技术 js 演示demo ajax j2ee 里面有jsp演示代码
💻 JS
📖 第 1 页 / 共 3 页
字号:
DemoApp.Messages = new Core.ResourceBundle({    "Generic.Ok":                                           "Ok",    "Generic.Cancel":                                       "Cancel",    "Generic.Start":                                        "Start",    "Generic.Yes":                                          "Yes",    "Generic.No":                                           "No",    "Generic.Enabled":                                      "Enabled",    "Generic.Disabled":                                     "Disabled",        "SectionTitle.Welcome":                                 "Welcome",    "SectionTitle.CoreComponents":                          "Core Components",    "SectionTitle.Technology":                              "Technology",    "SectionTitle.Extras":                                  "Extras Components",        "PrefDialog.WindowTitle":                               "Preferences",    "PrefDialog.PromptAnimations":                          "Animated Screen Transitions:",    "PrefDialog.PromptWindowAppearance":                    "Default Window Appearance:",    "PrefDialog.PromptForeground":                          "Foreground:",    "PrefDialog.PromptBackground":                          "Background:",    "PrefDialog.PromptSourceViewerColors":                  "Source Viewer Colors:",    "PrefDialog.WindowStyle.BlueShadow":                    "Blue Shadow",    "PrefDialog.WindowStyle.GlassBlueDark":                 "Glass Blue (Dark)",    "PrefDialog.WindowStyle.GlassBlueLight":                "Glass Blue (Light)",    "PrefDialog.WindowStyle.TransGreen":                    "Transparent Green",    "PrefDialog.WindowStyle.Default":                       "Default",        "DownloadWindow.Title":                                 "Download Application",    "DownloadWindow.Message":                               "This application may be downloaded with complete uncompressed " +                                                            "source code at the " +                                                            "<a href=\"http://echo.nextapp.com/site/echo3/download\" " +                                                            "target=\"new\"><strong>" +                                                            "Echo3 Download Page</strong></a>.",    "SourceWindow.TitlePrompt":                             "View Source:",    "SourcePane.XHRError":                                  "The source code could not be retrieved.  If you are visiting " +                                                            "this application from a local file, this may be due to security " +                                                            "constraints imposed by your browser.",    "AutomaticDemo.WindowTitle":                            "Start Automatic Demo",    "AutomaticDemo.Description":                            "The Automatic Demo will display various demo screens " +                                                            "automatically until the stop button is clicked.",    "AutomaticDemo.SpeedPrompt":                            "Speed",    "AutomaticDemo.SpeedNormal":                            "Normal",    "AutomaticDemo.SpeedFast":                              "Fast",    "AutomaticDemo.SpeedLudicrous":                         "Ludicrous",    "AutomaticDemo.TransitionPrompt":                       "Transition Style",    "AutomaticDemo.TransitionRandom":                       "Random",    "AutomaticDemo.TransitionRandomPan":                    "Random Pan",    "AutomaticDemo.TransitionPanRight":                     "Pan Right",    "AutomaticDemo.TransitionFade":                         "Fade",    "AutomaticDemo.TransitionNone":                         "None",    "AutomaticDemo.OrderPrompt":                            "Display Order",    "AutomaticDemo.OrderRandom":                            "Random",    "AutomaticDemo.OrderSequential":                        "Sequential",    "AutomaticDemo.RunWindowTitle":                         "Automatic Demo",    "AutomaticDemo.StopMessage":                            "STOP",    "AutomaticDemo.Fps":                                    "FPS",        "About.WindowTitle":                                    "About this Application",    "About.GeneralTab":                                     "General Information",    "About.PhotographyTab":                                 "Photography",        "About.General1":                                       "Copyright 2006-2008 NextApp, Inc.",    "About.General2":                                       "This application is distributed under the terms of the Mozilla " +                                                            "Public License.  See " +                                                            "<a href=\"http://echo.nextapp.com/site/license/mpl\">" +                                                            "http://echo.nextapp.com/site/license/mpl</a> for " +                                                            "full license text.",    "About.General3":                                       "More information about Echo3 and the source code for this " +                                                            "application may be found at " +                                                            "<a href=\"http://echo.nextapp.com/site/echo3/\">" +                                                            "http://echo.nextapp.com/site/echo3</a>.",    "About.Photography1":                                   "This application contains public-domain photography provided by " +                                                            "<a href=\"http://publicdomainpictures.net\">" +                                                             "http://publicdomainpictures.net</a>.",                                                                "Menu.LaunchMenu":                                      "Launch",    "Menu.ToolsMenu":                                       "Tools",    "Menu.HelpMenu":                                        "Help",    "Menu.StartWindowedDemoMenu":                           "Start Windowed Demo",    "Menu.StartAutoDemo":                                   "Start Automatic Demo...",    "Menu.PerformanceTest":                                 "Performance Test...",    "Menu.Preferences":                                     "Preferences...",    "Menu.Download":                                        "Download this Application...",    "Menu.ViewSource":                                      "View Source Code of this Screen",    "Menu.ViewSourceMenu":                                  "View Source Code",    "Menu.ViewSourceMain":                                  "View Source Code of Main.js",    "Menu.ViewSourceStyleSheet":                            "View Source Code of Default.StyleSheet.js",    "Menu.ViewSourceMessages":                              "View Source Code of Messages.js",    "Menu.ViewSourceHtml":                                  "View Source Code of HTML",    "Menu.Locale":                                          "Locale",    "Menu.About":                                           "About",    "Menu.WindowPaneStyle":                                 "Windowed Demo Border",    "Menu.WindowPaneSize":                                  "Windowed Demo Size",    "Menu.WindowPaneStyleTransGreen":                       "Transparent Green",    "Menu.WindowPaneStyleGlassBlue":                        "Glass Blue",    "Menu.WindowPaneStyleSimple":                           "Opaque Blue Gradient",        "Navigation.Previous":                                  "Previous",    "Navigation.Next":                                      "Next",    "DebugLaunchWindow.Title":                              "Launch Debug Window",    "DebugLaunchWindow.LaunchButton":                       "Launch Debug Window",    "AccordionPaneScreen.Title":                            "AccordionPane",    "AccordionPaneScreen.Description":                      "The \"AccordionPane\" is a tabbed container component that is " +                                                            "typically used in a navigation-related role.  The component works " +                                                            "well in vertical spaces, and can often serve to replace two-level " +                                                            "tree components with a more appealing interface.",    "AccordionPaneScreen.Animation":                        "AccordionPanes play an animation effect when tabs are selected.  " +                                                            "The animation effect is synchronized to take a specific amount of " +                                                            "time, such that it will not become bothersome if the user is " +                                                            "working on a low-performance or highly-loaded computer.",                  "BasicComponentsScreen.Title":                          "Basic Components",    "BasicComponentsScreen.CategoryDataVisualization":      "Data Visualization",    "BasicComponentsScreen.CategoryButton":                 "Button Components",    "BasicComponentsScreen.CategoryText":                   "Text Components",    "BasicComponentsScreen.CategoryList":                   "List Components",    "BasicComponentsScreen.ShowStyled":                     "Show Styled Widgets",    "BasicComponentsScreen.ShowDefault":                    "Show Default Widgets",    "BasicComponentsScreen.ButtonPrompt":                   "Button",    "BasicComponentsScreen.ButtonText":                     "Next",    "BasicComponentsScreen.CheckBoxPrompt":                 "CheckBox",    "BasicComponentsScreen.CheckBoxJumping":                "Jumping",    "BasicComponentsScreen.CheckBoxRunning":                "Running",    "BasicComponentsScreen.CheckBoxLaughing":               "Laughing",    "BasicComponentsScreen.RadioButtonPrompt":              "RadioButton",    "BasicComponentsScreen.RadioButtonOrangutan":           "Orangutan",    "BasicComponentsScreen.RadioButtonChimpanzee":          "Chimpanzee",    "BasicComponentsScreen.RadioButtonGorilla":             "Gorilla",    "BasicComponentsScreen.TextFieldPrompt":                "TextField",    "BasicComponentsScreen.PasswordFieldPrompt":            "PasswordField",    "BasicComponentsScreen.TextAreaPrompt":                 "TextArea",    "BasicComponentsScreen.TextSampleString":               "The quick red fox jumps over the lazy brown dog.",    "BasicComponentsScreen.SelectFieldPrompt":              "SelectField",    "BasicComponentsScreen.ListBoxPrompt":                  "ListBox",    "BasicComponentsScreen.ListItem.Africa":                "Africa",    "BasicComponentsScreen.ListItem.Antarctica":            "Antarctica",    "BasicComponentsScreen.ListItem.Asia":                  "Asia",    "BasicComponentsScreen.ListItem.Australia":             "Australia",    "BasicComponentsScreen.ListItem.Europe":                "Europe",    "BasicComponentsScreen.ListItem.NorthAmerica":          "North America",    "BasicComponentsScreen.ListItem.SouthAmerica":          "South America",    "BasicComponentsScreen.Description":                    "This screen shows the basic user interface components " +                                                            "used to present data and obtain user input.  Echo3 provides " +                                                            "numerous capabilities to style these components to fit the " +                                                            "theme of an application.  In addition to basic rendering " +                                                            "properties such as colors, borders, and fonts, many " +                                                            "components can be configured to provide rollover and " +                                                            "selection effects.",    "ExtrasWidgetsScreen.Title":                            "Widgets",

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -