r10 - 29 Oct 2006 - 14:38:00 - ArthurClemensYou are here: TWiki >  Codev Web > JavaScript
Tags:
knowledge_base 1 Add my vote for this tag, web_application 1 Add my vote for this tag, , create new tag

JavaScript

JavaScript is the name of Netscape's implementation of ECMAScript, a scripting programming language based on the concept of prototypes. The language is best known for its use in websites, but is also used to enable scripting access to objects embedded in other applications. (from Wikipedia)

-- Contributors: PeterThoeny, AntonioTerceiro

Discussions

see JSPopupPlugin for the first in a series of AJAX and related works - this one allows you define a POPUP variable either with TML contents or a URL (to the same server) - like raw/more/attach without leaving the view screen.

-- SvenDowideit - 07 May 2006

Is there an easy way to set the onload or/and onunload property of the <body> for a single topic? I would like to execute some JavaScript to initialize/save HTML form fields values.

Something like %HTMLBODY{onload="myjavascript" onunload="myotherjavascript"}% would be just great.

-- StephaneLenclud - 15 Sep 2006

If you are interested in JavaScript integration with TWiki also have a look at TreeBrowserPlugin.

-- StephaneLenclud - 15 Sep 2006

Don't use onload directly - it will be overwritten - use addLoadEvent from twiki.js, as described on SkinsAndJavaScript.

-- ArthurClemens - 15 Sep 2006

 
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r10 < r9 < r8 < r7 < r6 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback SourceForge.net Logo