Threaded View
-
16 Dec 2011 7:55 AM #1
Error: namespace is undefined
Error: namespace is undefined
Designer version tested:- Designer 1.2.2 Build 48
- Windows 7
- Ext JS 4.x
- When I link a class into another class I get "namespace undefined" error
- Create a form panel
- Create a window
- Link panel into the window
- Export your code and execute your application
- the window showing with the inner panel
- javascript error: namespace is undefined
- insert alias property into the ui class with magic word 'widget'
Code:Ext.define('MyApp.view.ui.MyForm', { extend: 'Ext.form.Panel', alias: 'widget.myform', .....
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote