cancel
Showing results for 
Search instead for 
Did you mean: 

Javascript in MAM 3.0 SP03

Former Member
0 Kudos

Hello all,

Is it possible to use self made javascript functions in MAM 3.0 SP03?

For example: function displayText(message) { alert(message) };

If yes, how and where can/must I declare what?

TIA

Patrick Willems

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

I suggest to put javascripts in a different .js file. Then you reference that file on the page using the

data:addjs

tag (same thing for CSS files,

data:addcss

).

Then you can call you javascript functions using any of the predefined events on each controls (refer to the tag library documentation for more details).

Thank you,

Julien.

Answers (0)