lotus notes - Running Javascript as JSHeader on iNotes Client using IBM Domino Designer for EMail Application -
I have created a subform with a simple link hotspot in IBM Domino Designer. The link only calls the function that adds a signature to the message being edited.
Including this subform on the web form (WMMO) works fine when I added a subform in the message form, which runs under iNotes and is not under any web browser, iNotes complains that Unable to find the function.
This application comes from a mail template. Javascript function:
function InsertSignature () {var body = document.getElementById ("wBody"); Body.value + = "signature"; }
I added the function to the JS-Header section of the subform. I assumed that any code written here would be loaded as part of the header of the page, it is common in general. The error I am getting is said:
Regions error: Insert signature is not defined.
I added a function to the parent's JS-Header, but did not get any help from this.
How do any ideas interact with the GUI-elements on the iNotes page?
I want to switch the existing mail app, so I do not like it much! INotes Optimization has nothing to do with forms and subforms, almost complete iNotes code for iNotes \ Comes with FormsXX.nsf which comes with your version of Domino.
Customize iNotes are mostly javascript code edit / code inside form / this form.xx.nsf.
Use as a starting point for "iNotes Optimization" or as Google
Best Practices A Form_X.NSSF (This time the name is not X placeholder, but its actual name Database) to capture your custom code, but after the above links, all of these can be read.
Just remember: "Classic" notes for optimizing iNotes is not much with the development.
Comments
Post a Comment