Add some standart for JavaScript initialisation in Joomla!
We need one way for script initialization, and it should be as standard for
people who made own extension.
More I tried explain here http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=28119
8 comments
-
Anonymous
commented
i cant upload images in a sobipro 1.1 form...
-
Warped Perception commented
Yes this would be a great Idea. I have no easy work as an administrator to work with joomla extensions. They are some cool extensions out there like Jomsocial oder addfullajax. But i can´t bring them together so good because important functions don´t work after that.
-
Thomas
commented
hey, is it somehow possible to use the ajax feature while browsing through an article with multiple pages? I would need this plugin only for this, cause i have multiple articles with more than one page, and i don't want to refresh the hole site just by switching to the next page of the article.
-
Fedik
commented
use one 'domready' it also good idea but not flexible when need initialise some sript only for part of content that changed via ajax ... look the patch that I suggest on joomlacode.org
-
stutteringp0et
commented
Personally, I would be honored if my AdminExile plugin was integrated into the core. But I don't think that's what Fedik had in mind.
I've often though it would be nice to have something like:
JFactory::getDocument()->addScriptDomReady($script);
This way, there aren't 5000 domready statements on each page load. One window.addEvent('domready',function{
// all of the domready statements go here
}); -
Jaminyah
commented
On installation, be able to set a key to access the admin page. For example the adminexile plugin uses http://mysite.com/administrator?adminexile to prevent direct access to the admin page.
Please add option to enable a feature such as this on installation as a security feature. Thx
-
haris
commented
I agree. We need to have just one
-
Marco Loiodice commented
Hi Fedir :)
