Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:3500:0800:0820 [2023/04/05 06:58] seandocs:3500:0800:0820 [2025/06/12 04:00] (current) – Change to AwareIM aware_support3
Line 14: Line 14:
 ^Query presentation type^Kendo UI widget^Kendo UI reference^ ^Query presentation type^Kendo UI widget^Kendo UI reference^
 ^Standard|Grid| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/grid|http://docs.telerik.com/kendo-ui/api/javascript/ui/grid]]\\ | ^Standard|Grid| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/grid|http://docs.telerik.com/kendo-ui/api/javascript/ui/grid]]\\ |
-^Custom (Custom Data Template, scroll view unticked)|List View| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/listview|http://docs.telerik.com/kendo-ui/api/javascript/ui/listview]]\\ | +^Custom (Custom Data Template, "ListvView widget")|List View| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/listview|http://docs.telerik.com/kendo-ui/api/javascript/ui/listview]]\\ | 
-^Custom (Custom Data Template, scroll view ticked)|Scroll View| [[http://docs.telerik.com/kendo-ui/api/javascript/mobile/ui/scrollview|http://docs.telerik.com/kendo-ui/api/javascript/mobile/ui/scrollview]]\\ | +^Custom (Custom Data Template, "Scroll View widget| [[http://docs.telerik.com/kendo-ui/api/javascript/mobile/ui/scrollview|http://docs.telerik.com/kendo-ui/api/javascript/mobile/ui/scrollview]]\\ |
-^Custom (Mobile Data Template)|Mobile List View| [[http://docs.telerik.com/kendo-ui/api/javascript/mobile/ui/listview|http://docs.telerik.com/kendo-ui/api/javascript/mobile/ui/listview]]\\ |+
 ^Calendar/Scheduler|Scheduler| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler|http://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler]]\\ | ^Calendar/Scheduler|Scheduler| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler|http://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler]]\\ |
 ^Chart|Chart| [[http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart|http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart]]\\ | ^Chart|Chart| [[http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart|http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart]]\\ |
 ^Gantt|Gantt| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/gantt|http://docs.telerik.com/kendo-ui/api/javascript/ui/gantt]]\\ | ^Gantt|Gantt| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/gantt|http://docs.telerik.com/kendo-ui/api/javascript/ui/gantt]]\\ |
 +^Timeline|Timeline| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/timeline|http://docs.telerik.com/kendo-ui/api/javascript/ui/timeline]]\\ |
 +^Tree|TreeList| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/treelist|http://docs.telerik.com/kendo-ui/api/javascript/ui/treelist]]\\ |
  
 It is usually unnecessary to modify the markup, but you are welcome to modify the configuration of the widget. It is usually unnecessary to modify the markup, but you are welcome to modify the configuration of the widget.
Line 40: Line 41:
 The "parser" object represents the controller and allows you to access certain properties of the system that you may need. The type of this object depends on the type of the query representation and is provided in the table below:  The "parser" object represents the controller and allows you to access certain properties of the system that you may need. The type of this object depends on the type of the query representation and is provided in the table below: 
  
-^Query presentation type^Aware IM Javascript object type^Source code^+^Query presentation type^AwareIM Javascript object type^Source code^
 ^Standard|AwareApp_QueryLayoutParser|AwareIM/Tomcat/webapps/AwareIM/aware_ext/parsers/queryLayoutParser.js\\ | ^Standard|AwareApp_QueryLayoutParser|AwareIM/Tomcat/webapps/AwareIM/aware_ext/parsers/queryLayoutParser.js\\ |
 ^Custom (without scroll view)|AwareApp_CustomLayoutParser|AwareIM/Tomcat/webapps/AwareIM/aware_ext/parsers/customLayoutParser.js\\ | ^Custom (without scroll view)|AwareApp_CustomLayoutParser|AwareIM/Tomcat/webapps/AwareIM/aware_ext/parsers/customLayoutParser.js\\ |
 ^Custom (with scroll view)|AwareApp_ScrollViewParser|AwareIM/Tomcat/webapps/AwareIM/aware_ext/parsers/scrollViewParser.js\\ | ^Custom (with scroll view)|AwareApp_ScrollViewParser|AwareIM/Tomcat/webapps/AwareIM/aware_ext/parsers/scrollViewParser.js\\ |
-^Custom (with mobile template)|AwareApp_MobileListViewParser|AwareIM/Tomcat/webapps/AwareIM/aware_ext/parsers/customMobileParser.js\\ | 
 ^Chart|AwareApp_ChartParser|AwareIM/Tomcat/webapps/AwareIM/aware_ext/parsers/chartParser.js\\ | ^Chart|AwareApp_ChartParser|AwareIM/Tomcat/webapps/AwareIM/aware_ext/parsers/chartParser.js\\ |
 ^Calendar/Scheduler|AwareApp_CalendarParser|AwareIM/Tomcat/webapps/AwareIM/aware_ext/parsers/calendarParser.js\\ | ^Calendar/Scheduler|AwareApp_CalendarParser|AwareIM/Tomcat/webapps/AwareIM/aware_ext/parsers/calendarParser.js\\ |
  • Last modified: 2023/04/05 06:58