Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. CORoy,thank u for the link, I have spent a good chunk of my day going through this resource, now I am trying to figure out where the facade is buried in all this code. It would have been nice to have some sort of demonstration available on EmberJS online documentation.
      singulars
    2. COWhen the app is created a global property, `App.stateManager`, is also created. It has an initial start state, `App.StartState`, which is a ViewState. ViewStates are like normal states, except it has the extra feature that when you enter and exit a ViewState it will automatically append any `Ember.View` that is defined on it's `view` property. So in the above template the view property has a view defined with a template, `main_page`. That template holds the initial template shown. If you need to run any code at startup, in main.js add `MyApp.ready = function() {//..init code goes here...}`
      singulars
    3. CORoy, thanks a lot for the explanation. Before your last comment, I didn't even know anything about "states". However, I do know how "states" function, I have a long history with "Adobe Flex". I gotta ask you this, why isn't there any mention of "states" or any demo code on EmberJs online documentation? I think it is rather a poor way to introduce a framework without proper online documentation whether it is or isn't an open-source effort? Now regards to what you shared in your last comment, would it be possible for you to "jsfiddle" some code so I can get an idea.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload