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

📄 source.c1l5.txt

📁 您的联系人可以拨打此号码发送传真
💻 TXT
字号:
--------------------------------------------
Chapter 1 Lesson 5 - Code Snippet File
--------------------------------------------

Please refer to page <NN> of <NN>.

--------------------------------------------
ApplicationDefinition.xml
--------------------------------------------

No changes.

--------------------------------------------
index.html
--------------------------------------------


Snippet 1:
============================================

<script type="text/javascript" src="../../../lib/fusion.js"></script>

============================================


Snippet 2:
============================================

    /* initialize Fusion */
    Fusion.registerForEvent(Fusion.Event.FUSION_INITIALIZED, fusionInitialized);
    Fusion.registerForEvent(Fusion.Event.FUSION_ERROR, fusionError);
    Fusion.initialize();
}

============================================


Snippet 3:
============================================

function fusionError(eventId, error) {
    /* alert error messages here if in debug mode */
}

============================================


Snippet 4:
============================================

function fusionInitialized() {
    $('thePage').resize();
    var l = new Jx.Layout($('Toolbar').childNodes[0]);
    l.resize();
}

============================================


⌨️ 快捷键说明

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