prototype scriptaculous

  1. #1

    prototype scriptaculous

    Hi,

    I was thinking that extjs was an alternative to prototype scriptaculous as so might not be compatible, but then read

    "Those familiar with the Yahoo! UI Library will recognize Ext JS as it
    was previously an extension framework solely for YUI, however it now
    support jQuery, Prototype, and it's own library as the base component. "

    http://www.dannydouglass.com/post/20...rameworks.aspx

    Does coolite also support Prototype and what about Scriptaculous?

    We are currently using Prototype, Scriptaculous and YUI, and want to carry on using Prototype, Scriptaculous.

    Will this work? What do I need to do to swap which base framework it uses?
  2. #2

    RE: prototype scriptaculous

    Hi Ian,


    Just set*ScriptAdapter="Prototype" on the <ext:ScriptManager>.

    Example


    <ext:ScriptManager runat="server" ScriptAdapter="Prototype" />

    You will have to manually include the prototype.js <script>, and scriptaculous if you need it. The prototype adapter will be automatically rendered for you.*


    Hope this helps.


    Geoffrey McGill
    Founder
  3. #3

    RE: prototype scriptaculous

    Cool :)

Similar Threads

  1. [CLOSED] Ext.DatePicker.prototype.initComponent.createSeque nce
    By supera in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 20, 2012, 2:20 PM
  2. Problem with AjaxMethod and prototype
    By glenh in forum 1.x Help
    Replies: 4
    Last Post: Aug 24, 2009, 11:13 AM

Posting Permissions