Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Ext User
    Join Date
    Jul 2007
    Location
    Florida
    Posts
    9,996
    Vote Rating
    1
    mjlecomte will become famous soon enough

      0  

    Default Documentation Bugs - Ext 3.x

    Documentation Bugs - Ext 3.x


    This thread is solely for reporting bugs in the Ext 3.x documentation. (currently available here)

    Some things to note:
    • Post only documentation bugs

  2. #2
    Ext JS Premium Member stever's Avatar
    Join Date
    Mar 2007
    Posts
    1,377
    Vote Rating
    1
    stever will become famous soon enough

      0  

    Default Component::ref

    Component::ref


    [IMPLEMENTED]

    Component's property "ref" is not documented.

  3. #3
    Ext JS Premium Member stever's Avatar
    Join Date
    Mar 2007
    Posts
    1,377
    Vote Rating
    1
    stever will become famous soon enough

      0  

    Default


    [ IMPLEMENTED ]

    ptype and Ext.preg/Ext.registerPlugin

  4. #4
    Ext User
    Join Date
    Jun 2008
    Posts
    94
    Vote Rating
    0
    peacock is on a distinguished road

      0  

    Default


    [ IMPLEMENTED ]

    Ext 3.0 API have two enableColumnMove in GridPanel
    Code:
    enableColumnMove : Boolean
    False to turn off column reordering via drag drop (defaults to true).
    Code:
    enableColumnMove : Boolean 
    Defaults to true to enable drag and drop reorder of columns.

  5. #5
    Ext User
    Join Date
    Jan 2008
    Posts
    12
    Vote Rating
    0
    juanramoney is on a distinguished road

      0  

    Default


    [NO ACTION TAKEN]

    I think Ext.data.SimpleStore is missing.

  6. #6
    Sencha - Community Support Team Condor's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    24,251
    Vote Rating
    41
    Condor is a splendid one to behold Condor is a splendid one to behold Condor is a splendid one to behold Condor is a splendid one to behold Condor is a splendid one to behold Condor is a splendid one to behold Condor is a splendid one to behold

      0  

    Default


    [NO ACTION TAKEN]

    Quote Originally Posted by juanramoney View Post
    I think Ext.data.SimpleStore is missing.
    Ext.data.SimpleStore has been renamed to Ext.data.ArrayStore (and Ext.data.SimpleStore is added as a legacy alias).
    The API docs should probably mention that Ext.data.SimpleStore is deprecated and link to Ext.data.ArrayStore.

  7. #7
    Ext User
    Join Date
    Jul 2007
    Location
    Florida
    Posts
    9,996
    Vote Rating
    1
    mjlecomte will become famous soon enough

      0  

    Default


    [NO ACTION TAKEN]

    SimpleStore doesn't show up AFAIK. Please let me know if it does.

    Other than that, it shows up in the store xtype here: http://extjs.com/deploy/ext-3.0-rc1/...=Ext.Component - but it's already marked deprecated.

  8. #8
    Sencha - Community Support Team VinylFox's Avatar
    Join Date
    Mar 2007
    Location
    Baltimore, MD
    Posts
    1,501
    Vote Rating
    3
    VinylFox will become famous soon enough VinylFox will become famous soon enough

      0  

    Default


    AIR docs missing - http://extjs.com/forum/showthread.php?t=65882

    (posted this to help you keep track)

  9. #9
    Ext User
    Join Date
    Apr 2009
    Posts
    1
    Vote Rating
    0
    overkrik is on a distinguished road

      0  

    Default


    [ IMPLEMENTED ]

    examples/layout-browser/layout-browser.html in Ext.layout.Accordion

    title: 'Panel 2,

    should be

    title: 'Panel 2',


    missing "'"

    same in 2.x docs

  10. #10
    Ext JS Premium Member dancablam's Avatar
    Join Date
    Apr 2008
    Location
    Dallas, TX
    Posts
    134
    Vote Rating
    0
    dancablam is on a distinguished road

      0  

    Default


    [ IMPLEMENTED ]

    Under Ext.Direct > Public Properties and Exceptions: The HTML in those fields is escaped:

    eventTypes : Object Each event type implements a getData() method. The default event types are: <div class="mdetail-params"><ul> <li><b><tt>event</tt></b> : Ext.Direct.Event</li> <li><b><tt>exception</tt></b> : Ext.Direct.ExceptionEvent</li> <li><b><tt>rpc</tt></b> : Ext.Direct.RemotingEvent</li> </ul></div>