Zend Framework

ZendX_JQuery_View_JQuery should be ZendX_JQuery_View_Helper_JQuery in Docs

Details

  • Type: Docs:  Problem Docs: Problem
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.7.3
  • Fix Version/s: 1.7.5
  • Component/s: ZendX_JQuery
  • Labels:
    None
  • Language:
    English

Description

57.2.1.1. jQuery NoConflict Mode

jQuery offers a noConflict mode that allows the library to be run side by side with other javascript libraries that operate in the global namespace, Prototype for example. The Zend Framework jQuery View Helper makes usage of the noConflict mode very easy. If you want to run Prototype and jQuery side by side you can call ZendX_JQuery_View_JQuery::enableNoConflictMode(); and all jQuery helpers will operate in the No Conflict Mode.

---------

I believe instead of:
ZendX_JQuery_View_JQuery::enableNoConflictMode();

it should be:
ZendX_JQuery_View_Helper_JQuery::enableNoConflictMode();

Issue Links

Activity

Hide
Benjamin Eberlei added a comment -

thanks for the hint, this is fixed in trunk now.

Show
Benjamin Eberlei added a comment - thanks for the hint, this is fixed in trunk now.
Hide
Benjamin Eberlei added a comment -

Merged back to 1.7 release branch for 1.7.5 release

Show
Benjamin Eberlei added a comment - Merged back to 1.7 release branch for 1.7.5 release

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: