Creating an HTML dashboard

Contains tips for configurators working with Aware IM
Post Reply
kbskilehrer
Posts: 16
Joined: Wed Feb 24, 2010 10:33 am

Creating an HTML dashboard

Post by kbskilehrer »

Hi,

I would like to create an HTML dashboard using some icons and keywords to create a "quick link" menu. This HTML site is displayed on the Home site.

So far I have created the HMTL file and all is displayed fine. However, I have some issues getting the java links to work. The only action that is working is the "run query" action. I used the following code here fore

<a style="COLOR: #925B3A; TEXT-DECORATION: underline" href="javascript:AwareApp.runQuery ('user', 'new_tab');"><font color="#999999" size="2">FIND USER</font></a></font></em></p>

Does anyone know what the java command for

- create or edit an business object
- start a process
- display a user defined document
- run a presentation

Thanks
Hans
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

This is described in the Appendix D of the Aware IM User Guide
Aware IM Support Team
yuri.rj
Posts: 223
Joined: Tue Jan 11, 2011 8:05 pm

Post by yuri.rj »

i`m having some difficulties too.

Is there any sample file of using HTML/Ajax integration to make some more complex things?

I have to run a query in a BO and show the results in a Gantt Chart, using external javascript objects.
Post Reply