📄 messages.js
字号:
"include properties, style information, child components, and " + "event listeners. Code created using this approach " + "naturally takes on an indentation that " + "mirrors the hierarchal structure of the " + "user interface.", "JSDevelopmentScreen.Hierarchal.2": "The code " + "<span style=\"color: #ffffff;font-weight: bold;\">" + "looks like</span> the " + "<span style=\"color: #ffffff;font-weight: bold;\">" + "component hierarchy</span>.", "JSDevelopmentScreen.Hierarchal.WindowTitle": "Hierarchal Construction Example", "JSDevelopmentScreen.Tab.HierarchalCode": "Code", "JSDevelopmentScreen.Tab.ComponentHierarchy": "Hierarchy", "JSDevelopmentScreen.Tab.RenderedComponents": "Result", "PerformanceTest.WindowTitle": "Performance Test", "PerformanceTest.Description": "The performance test will measure the rate at which this web " + "browser can render the various screens of this demonstration " + "application. The test will run for about 30 seconds and then " + "display the number of frames (screens) rendered per second. " + "for the most accurate result, ensure that no other applications " + "are running.", "PerformanceTest.ResultPre": "This browser rendered", "PerformanceTest.ResultPost": "frames (screens) per second.", "LayoutContainersScreen.Title": "Layout Containers", "LayoutContainersScreen.GridTitle": "Grid Component", "LayoutContainersScreen.GridDescription": "A simple Grid showing components laid out using column and row spans.", "LayoutContainersScreen.ColumnRowTitle": "Column & Row Components", "LayoutContainersScreen.ColumnRowDescription": "A combination of columns and rows demonstrating their layout " + "capabilities. More often than not, these components will be used " + "without borders to simply control content alignment, spacing, and " + "flow.", "SplitPaneScreen.Title": "SplitPane", "SplitPaneScreen.PrimaryDescription": "A SplitPane divides a region in two. This component may be " + "configured to be static or resizable. The developer may also " + "specify which region grows when the user resizes its container " + "(e.g., when the user resizes the entire browser window).", "SplitPaneScreen.SecondaryDescription": "SplitPanes are used extensively throughout this demonstration and " + "most other Echo3 applications. Note how the user interface " + "layout of this application " + "behaves when the browser window is resized as a result.", "RichTextScreen.Title": "RichTextArea", "TabPaneScreen.Title": "TabPane", "TabPaneScreen.ConfiguratorTab": "Configurator", "TabPaneScreen.WindowPanesTab": "WindowPanes", "TabPaneScreen.PromptActiveTab": "Active Tab", "TabPaneScreen.PromptInactiveTab": "Inactive Tab", "TabPaneScreen.PromptForeground": "Foreground", "TabPaneScreen.PromptBackground": "Background", "TabPaneScreen.PromptBorder": "Border", "TabPaneScreen.AddTab": "Add a new tab", "TabPaneScreen.RemoveTab": "Remove a tab", "TabPaneScreen.Update": "Re-create TabPane with updated style", "TabPaneScreen.WindowPanesMessage": "Any component can be placed within a TabPane, including " + "additional TabPanes, AccordionPanes, and even WindowPanes.", "TabPaneScreen.WindowPaneInATabPane": "WindowPane-in-a-TabPane", "TabPaneScreen.AnotherEmbeddedWindowPane": "Another Embedded WindowPane", "TabPaneScreen.YetAnotherWindowPane": "Yet Another WindowPane", "TabPaneScreen.MoreTab": "More", "TabPaneScreen.JustTab": "Just", "TabPaneScreen.AnotherTab": "Another", "TabPaneScreen.TabPaneTab": "TabPane", "TabPaneScreen.DynamicTabLabel": "Each child component of a TabPane becomes a new tab. " + "Adding and removing " + "tabs is accomplished by invoking the add() and remove() methods of " + "a TabPane instance.", "TabPaneScreen.Description.1": "This screen demonstrates the Echo3Extras TabPane.", "TabPaneScreen.Description.2": "The TabPane component is highly customizable. It supports " + "icons and/or text as tab titles, close buttons within tabs, " + "and CSS or graphically rendered tabs.", "WelcomeScreen.Title": "Hello", "WelcomeScreen.WindowTitle": "Welcome", "WelcomeScreen.WelcomeText": "Welcome to the Echo3 Client-Side JavaScript Demonstration " + "Application.", "WelcomeScreen.DevelopmentText": "This application was developed using the open-source " + "Echo3 framework, and a few open-source Echo3 components. " + "This application is written entirely in the component-oriented and " + "event-driven Echo JavaScript API. It does not require an " + "application server.", "WelcomeScreen.NavHelpText": "To navigate through this application, use the next and " + "previous arrow buttons shown at the bottom of the screen. " + "The \"AccordionPane\" at left may also be used if you " + "wish to jump directly to a specific demonstration.", "WindowPaneScreen.Title": "WindowPane", "WindowPaneScreen.TabCountryside": "Countryside Background", "WindowPaneScreen.TabCoral": "Coral Background", "WindowPaneScreen.TabColor": "Solid Color Background", "WindowPaneScreen.TabColorWindowTitle": "Color Selection", "WindowPaneScreen.TabColorSetButton": "Set Color", "WindowPaneScreen.TranslucentTitle": "Translucent Rendering", "WindowPaneScreen.TranslucentText1": "Echo3 WindowPanes can be decorated with \"FillImageBorders\"" + "that enable highly customized appearances far beyond the " + "capabilities of traditional CSS borders. By using PNG images " + "with alpha-channels, translucent effects can be rendered as " + "shown in this window's border.", "WindowPaneScreen.TranslucentText2": "Echo3 can even render translucent PNG effects on Internet " + "Explorer 6, with some limitations due to bugs in this particular " + "browser that are corrected in the next version, IE7.", "WindowPaneScreen.ConfigurationTitle": "Configurability", "WindowPaneScreen.ConfigurationHelpTab": "Help", "WindowPaneScreen.ConfigurationHelpText1": "WindowPanes can be configured with or without the " + "abilities to be moved, resized, and/or closed by " + "the user. Window sizes may also be constrained with " + "specified minimum and/or maximum dimensions.", "WindowPaneScreen.ConfigurationHelpText2": "Click on the tabs in this window to try various " + "configuration options.", "WindowPaneScreen.ConfigurationMoveTab": "Move", "WindowPaneScreen.ConfigurationMoveEnable": "Allow user to move window.", "WindowPaneScreen.ConfigurationMoveDisable": "Fix window to screen.", "WindowPaneScreen.ConfigurationResizeTab": "Resize", "WindowPaneScreen.ConfigurationResizeEnable": "Allow user to resize window.", "WindowPaneScreen.ConfigurationResizeDisable": "Fix window size.", "WindowPaneScreen.ConfigurationResizeMinimumEnable": "Set minimum window size to 300x200 pixels.", "WindowPaneScreen.ConfigurationResizeMinimumDisable": "Use default minimum window size.", "WindowPaneScreen.ConfigurationResizeMaximumEnable": "Set maximum window size to 640x480 pixels.", "WindowPaneScreen.ConfigurationResizeMaximumDisable": "Allow unrestricted maximum window size.", "WindowPaneScreen.ConfigurationControlsTab": "Controls", "WindowPaneScreen.ConfigurationCloseEnable": "Enable close button.", "WindowPaneScreen.ConfigurationCloseDisable": "Disable close button.", "WindowPaneScreen.ConfigurationMaximizeEnable": "Enable maximize button.", "WindowPaneScreen.ConfigurationMaximizeDisable": "Disable maximize button.", "WindowPaneScreen.ConfigurationMinimizeEnable": "Enable minimize button.", "WindowPaneScreen.ConfigurationMinimizeDisable": "Disable minimize button.", "WindowPaneScreen.ModalTitle": "Modal Dialogs", "WindowPaneScreen.ModalText1": "A WindowPane can be configured to be modal, such that " + "the user cannot manipulate other user interface " + "components outside of the window while it is present. " + "The client will disallow input, with additional security " + "checks on the server to ensure that it is not possible " + "for user input to be processed outside of the " + "\"modal context\".", "WindowPaneScreen.ModalText2": "Try closing any of the WindowPanes on this screen to see " + "an example of a modal dialog.", "WindowPaneScreen.ModalEnable": "Configure this WindowPane as a modal dialog.", "WindowPaneScreen.ModalDisable": "Configure this WindowPane as a non-modal dialog.", "WindowPaneScreen.ModalWarning": "Input to other components is being blocked until this " + "window is closed or made to be non-modal.", "WindowPaneScreen.ChooseColor": "Choose Color"});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -