Code Monkey home page Code Monkey logo

4.2-router's Introduction

4.2-Router

Overrides/Classes to allow Router in Ext JS 4.2

Router stuff

There are the actual three classes (Queue, Route and Router) in the Ux/app/route/ directory.

Overrides

There are a few overrides that make things work together. These overrides will not be needed in the official release with the Router in it.

  • overrides/Class.js This class is an override to get the config system to work in a controller by prefixing '_' on the actual property. Otherwise the control config would overwrite the control method breaking everything.
  • overrides/app/Application.js This override really boots off the initial hash. So for direct linking (someone starting the app with a hash), this will detect this and handle it.
  • overrides/app/Controller.js This override is what will connect the routes configured on the controllers to the Router and have the methods executed.
  • overrides/util/History.js There were some bugs that I had found in the History class, this override fixes these issues.

A reminder, these overrides will not be needed in the official release that contains the Router.

App

This app was generated by Cmd and has an example of the routes and refs. This is a simple app, remember you can use the control and listen configs in the config object in the controller.

4.2-router's People

Contributors

mitchellsimoens avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.