亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

在 EXTJS 中創(chuàng)建 node.appendChild 時選擇并編輯
P粉321676640
P粉321676640 2024-04-03 17:39:46
0
1
699

我對 Extjs 非常陌生,我目前正在使用一棵樹,我可以在其中創(chuàng)建一個分支,然后創(chuàng)建部分。我需要有關(guān)代碼編輯功能的幫助。

createSection:函數(shù)(按鈕){ var node = Button.up('menu').node;

if (node.data.leaf) {
        return false;
    }

    node.expand();

    var newSection = node.appendChild({
        name: 'New section ' + "(" + (node.childNodes.length +1) + ")" ,
        type: 'toc-by-system',
        leaf: false,
        id: uuid['v4'](),
        children: [],
        editor: {
            xtype: 'textfield'
        }
    });

    newSection.BeginEdit(),
},

P粉321676640
P粉321676640

全部回復(fù)(1)
P粉614840363

檢查這個小提琴,它有單擊和雙擊編輯的選項 動態(tài)樹單元編輯器

最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板