BlancoX
7 Sep 2007, 12:50 AM
<- newbie
Saw this thread http://extjs.com/forum/showthread.php?t=7859 about using this editor, so i gave it a try. Got a problem, maybe someone can help me and tell me what im doing wrong.
Added the ExtJS plugin as explained in Spket screencasts, and when i use the Content Assist (CRT+SPACE) it recognize the ExtJS classes and functions nicely. But, what about the @config options for an Object (inside the {})?. My example:
function test() {
p = new Ext.BasicDialog('', {
<< HERE >>
})
}
If i open the BasicDialog definition (F3), i can see in its header's comments that @config options are autoCreate, title, width, height....
Is there anyway to get the Content Assist work too inside <<HERE>> and show not only the general clases (Ext, YUI, etc) and public functions but also the specific @config options for that object? (i mean, when typing "au" i want it to display 'autoCreate' as a possibility!! ^^)
Other example could be a BorderLayout. @config are north, south, east, west, center, and for each of them... what is their full list of @config options (available attributes for that object)?
Not sure if i made myself understood... or it's just nonsense what im asking for... looking for the @config options inside each class file is getting me crazy.
Thanks in advance
Note: checked Spket forums: online none. Hope better luck here with someone using this IDE!
Saw this thread http://extjs.com/forum/showthread.php?t=7859 about using this editor, so i gave it a try. Got a problem, maybe someone can help me and tell me what im doing wrong.
Added the ExtJS plugin as explained in Spket screencasts, and when i use the Content Assist (CRT+SPACE) it recognize the ExtJS classes and functions nicely. But, what about the @config options for an Object (inside the {})?. My example:
function test() {
p = new Ext.BasicDialog('', {
<< HERE >>
})
}
If i open the BasicDialog definition (F3), i can see in its header's comments that @config options are autoCreate, title, width, height....
Is there anyway to get the Content Assist work too inside <<HERE>> and show not only the general clases (Ext, YUI, etc) and public functions but also the specific @config options for that object? (i mean, when typing "au" i want it to display 'autoCreate' as a possibility!! ^^)
Other example could be a BorderLayout. @config are north, south, east, west, center, and for each of them... what is their full list of @config options (available attributes for that object)?
Not sure if i made myself understood... or it's just nonsense what im asking for... looking for the @config options inside each class file is getting me crazy.
Thanks in advance
Note: checked Spket forums: online none. Hope better luck here with someone using this IDE!