Last change
on this file since 443 was
443,
checked in by hendrikvanantwerpen, 12 years ago
|
Reorganized for Node --- the SVN gods hate us all!
Lost all historical info on moved files, because SVN is a f *.
Also we have Node now, serving both the static content and forwarding
database requests.
|
File size:
408 bytes
|
Rev | Line | |
---|
[443] | 1 | define([ |
---|
| 2 | "dijit/registry", |
---|
| 3 | "dojo/_base/declare", |
---|
| 4 | "dojo/_base/query", |
---|
| 5 | "dojox/widget/TitleGroup" |
---|
| 6 | ], function(registry, declare, query, TitleGroup) { |
---|
| 7 | return declare([TitleGroup],{ |
---|
| 8 | getChildren: function() { |
---|
| 9 | return query("> .dijitTitlePane", this.domNode) |
---|
| 10 | .map(function(node){ |
---|
| 11 | return registry.byNode(node); |
---|
| 12 | }); |
---|
| 13 | } |
---|
| 14 | }); |
---|
| 15 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.