1. #1
    Sencha User
    Join Date
    Oct 2012
    Posts
    31
    Vote Rating
    0
    Answers
    2
    yo_haha is on a distinguished road

      0  

    Default Answered: Manipulating Javascript objects with ExtJS

    Answered: Manipulating Javascript objects with ExtJS


    Hi,
    I'd like to manipulate a Javascript object with ExtJS in order to add and remove listeners. Is that possible?
    The object in question is an OpenLayers.Map() object, from the OpenLayers 2.12 library.

  2. I've used OpenLayers and ExtJS 4 together with no real problems. Your question doesn't really make sense though. All ExtJS objects are JavaScript objects, as are OpenLayers objects. You can't use the events systems from the two frameworks interchangeably but it isn't that difficult to wrap one in the other as required.

  3. #2
    Sencha User skirtle's Avatar
    Join Date
    Oct 2010
    Location
    UK
    Posts
    3,078
    Vote Rating
    112
    Answers
    453
    skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold

      0  

    Default


    I've used OpenLayers and ExtJS 4 together with no real problems. Your question doesn't really make sense though. All ExtJS objects are JavaScript objects, as are OpenLayers objects. You can't use the events systems from the two frameworks interchangeably but it isn't that difficult to wrap one in the other as required.

Tags for this Thread