close

TreePanel

http://dev.sencha.com/deploy/ext-3.4.0/examples/tree/reorder.html

http://docs.sencha.com/extjs/3.4.0/#!/api/Ext.tree.TreePanel

http://www.objis.com/formationextjs/lib/extjs-4.0.0/docs/api/Ext.tree.Panel.html

 

TreeLoader

http://docs.sencha.com/extjs/3.4.0/#!/api/Ext.tree.TreeLoader

 

Ajax request

http://docs.sencha.com/extjs/3.4.0/#!/api/Ext.Ajax-method-request

 

[CGI]

-  撈檔案

http://stackoverflow.com/questions/612097/how-can-i-get-a-list-of-files-in-a-directory-using-c-or-c

-  readdir

http://linux.die.net/man/3/readdir

-  stat(): Get detailed information of the directory

http://linux.die.net/man/2/stat

http://blog.csdn.net/angle_birds/article/details/8502874

-  strftime(): transform time format

http://pubs.opengroup.org/onlinepubs/009695399/functions/stat.html

http://www.cplusplus.com/reference/ctime/strftime/

timeinfo = localtime (&sb.st_mtime);

strftime ( buffer, 80, "%F %T", timeinfo );

 

 

boarderLayout

http://docs.sencha.com/extjs/3.4.0/#!/api/Ext.layout.BorderLayout

 

GridPanel

http://nano-chicken.blogspot.tw/2009/08/extjs-extgridgridpanel.html

- getStore()

 http://uniapple.net/blog/?p=696

var rec = grid.getStore().getAt(rowIndex);

 

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 chicchoco 的頭像
    chicchoco

    Eat, Pray, and Love:)

    chicchoco 發表在 痞客邦 留言(0) 人氣()