Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sencha touch でグローバル変数を宣言するソリューションを探していますが、見つかりません。何か方法はありますか?前もって感謝します...
このようにapp.jsでこれを行うことができます
Ext.application({ name: 'yourApp', globalVarible: '' .... .... .... });