application.tooltipcontainer.js

来自「echo3 很炫的ajax框架技术 js 演示demo ajax j2ee 里」· JavaScript 代码 · 共 15 行

JS
15
字号
/**
 * ToolTipContainer component: a container which may contain two children, the
 * first of which is always displayed and the second of which is displayed with
 * the mouse is hovered over the first. May contain zero, one, or two components
 * as children. Many not contain pane components.
 */
Extras.ToolTipContainer = Core.extend(Echo.Component, {
    
    $load: function() {
        Echo.ComponentFactory.registerType("Extras.ToolTipContainer", this);
    },
    
    /** @see Echo.Component#componentType */
    componentType: "Extras.ToolTipContainer"
});

⌨️ 快捷键说明

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