8:00 – SR
- Deployed a new FA, and updated the DB
- Talked to Chris about the YUIConf. Looks like a go.
- More simple UI today, it looks like.
8:00 – SR
8:00 – 4:00 SR
Phil 8:00 – 3:30 SR
YUI().use('console', 'overlay', "console-filters", "dd-plugin", function (Y) {
// Console has no required configuration
// In fact, you often don't even need to store the instance
var cons = new Y.Console({ logSource: Y.Global })
.plug(Y.Plugin.Drag, { handles: ['.yui3-console-hd'] })
.plug(Y.Plugin.ConsoleFilters);
cons.render();
Y.log("Console info message", "info", "element_classes");
Y.log("Console warn message", "warn", "element_classes");
Y.log("Console error message", "error", "element_classes");
});
8:00 – 4:00 SR
8:00 – 11:30 SR
11:30 – 4:00
8:30 – 1:30 SR
1:30 – 4:30 FP
8:00 – 10:30 SR
10:30 – FP
8:00 – 11:00 SR
You must be logged in to post a comment.