Differences

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

Link to this comparison view

Next revision
Previous revision
docs:3500:0800:0870 [2023/04/05 05:45] – created seandocs:3500:0800:0870 [2025/06/12 04:00] (current) – Change to AwareIM aware_support3
Line 1: Line 1:
-{{tag>}}+{{tag>Programmers_Reference Client_Side_Plugins Modify_Visual_Perspectives_Content_Panels Visual_Perspectives Content_Panels}}
 [<10>] [<10>]
 ====== Modifying default behavior and presentation of content panels in visual perspectives ====== ====== Modifying default behavior and presentation of content panels in visual perspectives ======
Line 9: Line 9:
 Two objects are exposed for the initialization script: Two objects are exposed for the initialization script:
  
-  * "config" – this is the configuration of the Aware IM "panel" object, the code of which is in ''AwareIM/Tomcat/webapps/AwareIM/aware_kendo/panel.js'' +  * "config" – this is the configuration of the AwareIM "panel" object, the code of which is in ''AwareIM/Tomcat/webapps/AwareIM/aware_kendo/panel.js''The markup of the panel is stored in the "bodyContent" property of the object config.bodyContent. This is the markup you are most likely to modify here 
-The markup of the panel is stored in the "bodyContent" property of the object config.bodyContent. This is the markup you are most likely to modify here +  "parser" object – this is the controller (AwareApp_Dashboard in ''AwareIM/Tomcat/webapps/AwareIM/aware_kendo/parsers/dashboard.js''
- +
-"parser" object – this is the controller (AwareApp_Dashboard in ''AwareIM/Tomcat/webapps/AwareIM/aware_kendo/parsers/dashboard.js''+
  
  
 {{simplenavi>docs:3500:0800:0870:}} {{simplenavi>docs:3500:0800:0870:}}
  • Last modified: 2023/04/05 05:45