Lines Matching refs:factory

13 (function webpackUniversalModuleDefinition(root, factory) {
15 module.exports = factory();
17 define("dhtmlxgantt", [], factory);
19 exports["dhtmlxgantt"] = factory();
21 root["dhtmlxgantt"] = factory();
11962 gantt.$ui = uiApi.factory;
17265 var factory = createLayerFactory(gantt);
17275 var layers = factory.createGroup(
18731 var Grid = function (parent, config, factory, gantt) {
20344 var factory = uiFactory.createFactory(gantt);
20345 factory.registerView("cell", Cell);
20346 factory.registerView("resizer", Resizer);
20347 factory.registerView("scrollbar", Scrollbar);
20348 factory.registerView("layout", Layout, function(view){
20354 factory.registerView("viewcell", ViewCell);
20355 factory.registerView("multiview", ViewLayout);
20356 factory.registerView("timeline", Timeline, function(view){
20362 factory.registerView("grid", Grid, function(view){
20369 factory.registerView("resourceGrid", ResourceGrid);
20370 factory.registerView("resourceTimeline", ResourceTimeline);
20371 factory.registerView("resourceHistogram", ResourceHistogram);
20382 factory:factory,
20433 function Cell(parent, config, factory, gantt) {
20448 this.$factory = factory;
20769 function Layout(parent, config, factory) {
21055 var $content = this.$factory.initUI(cell, this);
21548 function ScrollbarCell(parent, config, factory, gantt) {
22067 function ViewCell(parent, config, factory) {
22080 this.$content = this.$factory.createView(config.view, this, childConfig, this);
22197 function ViewLayout(parent, config, factory) {
26187 var Timeline = function(parent, config, factory, gantt){
27058 var factory = {
27066 return factory;