
=== HEADER ===

=== BODY ===

  Demonstrate the For with a table: 
  table
    row
      
        
      
        
      
        
      
    row
      
        
      
        Demonstrate the For with a table: 
        
        for v | .aqlFeatureAccess(self, 'eClassifiers') do
          table
            row
              
                Name :
              
                [query: .aqlFeatureAccess(v, 'name')]
              
            row
              
                ID :
              
                [query: .getClassifierID(v)]
              
            
        endfor
        
        End of demonstration.
      
        
      
    row
      
        
      
        
      
        
      
    
  End of demonstration.
=== FOOTER ===

=== TEMPLATES ===