Loading...
 
Include Javascript code or files

PluginJS

Use the JS wiki plugin, introduced in Tiki3, to include JavaScript files or JavaScript code in a wiki page.

Alternatives: PluginHTML or PluginJQ

Parameters

Add JavaScript code or files
Introduced in Tiki 3.
Go to the source code
Preferences required: wikiplugin_js

Parameters Accepted Values Description Default Since
(body of plugin) JavaScript code
file url JavaScript filename 3.0
lateload (blank)
y
n
Late load, use headerlib 9.1

Examples

Basic syntax

Copy to clipboard
Insert a javascript file or/and some javascript code. {JS(file='file.js')}javascript code{JS}

The file.js file is in this case in the Tikiroot.

This will produce the following code for your Tiki site:
<script type="text/javascript" src="file.js"></script>

Note that it has to be surrounded by quotes.

Copy to clipboard
{JS(file="http://example.org/tiki.js")}{JS}

{REMARKSBOX(title="Tip" type="tip")}Literal strings will have < , > , and & converted into HTML entities (and possibly other characters as well), so if your javascript is dealing with HTML (e.g. via document.write() ), you probably need to convert them back.

Example 1

To include JavaScript code, use:

Copy to clipboard
{JS()} var.... function ... ... {JS}


This will produce the following code for your Tiki:
<script type="text/javascript">
var....
function ...
...
</script>

 Tip
The file is inserted before the param, if you need the reverse order use 2 calls to the JS plugin.

Example 2

This code:

Copy to clipboard
{JS()}alert('coucou'){JS}


Would produce a pop up window that the user would have to click on "Accept" button ("D'accord" in this localized example) to make it disappear:

Image

Aliases


Created by system. Last Modification: Wednesday 27 July, 2022 23:43:47 GMT-0000 by Marc Laporte.

doc.tiki.org

Get Started

Admin Guide User Guide

Keywords

Keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):

Accessibility (WAI and 508)
Accounting
Articles and Submissions
Backlinks
Banners
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Link Cache
Calendar
Category
Chat
Clean URLs
Comments
Communication Center
Compression (gzip)
Contacts (Address Book)
Contact us
Content Templates
Contribution
Cookie
Copyright
Credit
Custom Home and Group Home Page
Date and Time
Debugger Console
Directory of hyperlinks
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
Draw
Dynamic Content
Dynamic Variable
External Authentication
FAQ
Featured links
File Gallery
Forum
Friendship Network (Community)
Gmap Google maps
Groups
Hotword
HTML Page
i18n (Multilingual, l10n)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
Kaltura video management
Karma
Live Support
Login
Logs (system & action)
Look and Feel
Mail-in
Map with Mapserver
Menu
Meta Elements
Mobile Tiki and Voice Tiki
Module
MultiTiki
MyTiki
Newsletter
Notepad
Payment
Performance Speed / Load
Permissions
Platform independence (Linux-Apache, Windows/IIS, Mac, BSD)
Polls
Profiles
Profile Manager
Report
Toolbar
Quiz
Rating
Feeds
Score
Search engine optimization
Search
Search and Replace
Security
Semantic links
Shadowbox
Shadow Layers
Share
Shopping cart
Shoutbox
Slideshow
Smiley
Social Networks
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Stats
Surveys
Tags
Task
Tell a Friend, alert + Social Bookmarking
TikiTests
Theme CSS & Smarty
Tiki Manager
Trackers
Transitions
User Administration including registration and banning
User Files
User Menu
Watch
WebDAV
Webmail
Web Services
Wiki History, page rename, etc
Wiki Syntax
Wiki structure (book and table of content)
Workspace
WSOD
WYSIWYCA
WYSIWYG
XMLRPC

Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki