jQuery TM1 10.2.2 Execution

Post Reply
rks1
Posts: 20
Joined: Tue Jul 24, 2012 9:20 am
OLAP Product: TM1
Version: 9.4.1
Excel Version: 2007

jQuery TM1 10.2.2 Execution

Post by rks1 »

Hello,

I have a plan - please don't judge me on that :-)

I want to include a jQuery library to slightly alter the DOM of TM1-Web. However, the whole dojo-business is over my edge. I only know some basics of jQuery and how to change a div here and there.
To load jQuery (or jQuery UI or anything) I would usually call it with jquery(document).ready(...). However, with the whole DOM created after the document is ready I am still looking for a way to call my DOM modifications.
(I would only like to add some update-proof things like a logo here or an extra text-line there)

Thank you very much :-)

Regards,
Konstantin
nick_leeson
Posts: 98
Joined: Sat Feb 11, 2012 11:13 am
OLAP Product: TM1 9x, BPC, Hyperion, HANA
Version: TM1 10
Excel Version: Excel 2003 - 2010

Re: jQuery TM1 10.2.2 Execution

Post by nick_leeson »

I am not sure what your "plan" for JQuery is

a) Would you like to use JSON generated file from TM1 ?
b) Would you like to connect to the TM1 via the Rest API ?

Cheers
rks1
Posts: 20
Joined: Tue Jul 24, 2012 9:20 am
OLAP Product: TM1
Version: 9.4.1
Excel Version: 2007

Re: jQuery TM1 10.2.2 Execution

Post by rks1 »

Thanks for the answer nick.

It's much more simple than that. I just want to do some update-proof styling. In that way only to include my script file and jquery into the home.jsp. I want to add links to local documentations, contacts, logos etc. My idea was to include all this info in some divs and to append or replace them with the DOM created by dojo.

(If I would only want to do some styling I could simply add or replace a css file or two.)

I do not want to use this to exchange data.

Thank you for your help!!
Konstantin
tomok
MVP
Posts: 2836
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: jQuery TM1 10.2.2 Execution

Post by tomok »

Seeing as how modifying the DOM in TM1 Web, or even just adding your own stuff to a TM1 Web page is not a feature of the software, you are on your own on this. You'll have to reverse engineer the java code and figure out a way to have TM1 add your stuff when it generates a page. Good luck.
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
rks1
Posts: 20
Joined: Tue Jul 24, 2012 9:20 am
OLAP Product: TM1
Version: 9.4.1
Excel Version: 2007

Re: jQuery TM1 10.2.2 Execution

Post by rks1 »

Hi tomok,

I have already tried that with little success.
I had hoped someone else had the same problem before so I thought I'd ask here :-)

Cheers
Konstantin
Post Reply