insight.components
Components
   details
  
 
  Members
-  
   AutoForm - { 
   typeAutoForm }
-  
   AutoForm componentdetails- 
      - See:
- AutoForm
 Exampleexamplesvar autoForm = new insight.components.AutoForm(scenario); autoForm.bindForm(formId);
- 
      
-  
   AutoTable - { 
   typeAutoTable }
-  
   AutoTable componentdetails- 
      - See:
- AutoTable
 Exampleexamples// creates a new AutoTable var table = new insight.components.AutoTable({ tableId: 'prefetch-table', columnOptions: [ {name: 'Array1'}, {name: 'Array2'}, {name: 'Array3'}, {name: 'Array4', editable=true}, {name: 'Array5', editable=true, editorOptionsSet='Set1'} ], overrides: { iDisplayLength: 10 } });
- 
      
-  
   AutoText - { 
   typeAutoText }
-  
   AutoText componentdetails- 
      - See:
- AutoText
 Exampleexamplesnew insight.components.AutoText('.bound-input');
- 
      
-  
   LinkGrid - { 
   typeLinkGrid }
-  
   LinkGrid componentdetails- 
      - See:
- LinkGrid
 Exampleexamplesvar linkGrid = new insight.components.LinkGrid();
- 
      
-  
   Table - { 
   typeTable }
-  
   Table componentdetails- 
      - See:
- Table
 Exampleexamples// creates a new Table var table = new insight.components.Table({ id: 'table-1', columns: [ {name: 'Column 1', type: insight.enums.DataType.INTEGER} {name: 'Column 2', type: insight.enums.DataType.STRING} ], [...] });
- 
      
   members
  
 
  
   members
  
 
  
   members
  
 
  
   members
  
 
  
   members
  
 
   
