J1.5 talk

Using the JToolBar class in the frontend

From Joomla! Documentation

Revision as of 08:21, 2 March 2009 by Sbrandao (talk | contribs) (javascript)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

javascript[edit]

Hi,

This is a great article :) However I had a small problem due to my lack of experience... I propose a small change in the javascript part: Instead of <script type="text/javascript" src="includes/js/joomla.javascript.js"></script>, shouldn't it be: <script language="javascript" type="text/javascript" src="includes/js/joomla.javascript.js"></script> ?

Since I am quite new to web development (including html and php) it took me some time to understand that the reason behind my buttons inactivity was the language attribute... I do not know if this is a general feature or if it depends on the developer's configurations... either way, probably this should be mentioned on the article.

--Sbrandao 13:20, 2 March 2009 (UTC)