You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is nothing major, just something I caught while looking into this framework. BTW the framework seems very useful and I plan to study it a bit more. The example is a huge help, probably better than documentation would ever be, although a bit more documentation would be nice !
Anyway, the commenting error in Resources/mvc/controllers/example.js For the this.tabgroup function the comment points to a file that doesn't exist. Like I said this is not really a big deal except when trying to learn the framework by following the example.
Another question I have: You seem to create the tab group in the example controller, since technically the tabs and tab group are part of a View, shouldn't the definition be in a view file? This is just an observation, I have much more to study on this framework, I am just wondering if you could clear this up for me !
The text was updated successfully, but these errors were encountered:
As for first question I removed that part of comment, since it is more about your second question. If you action is small you dont have to create new file/view you can put code directly to action, tabgroup illustrate that, dashboard and multidashboard works as it should. This is just an example of using controllers.
This is nothing major, just something I caught while looking into this framework. BTW the framework seems very useful and I plan to study it a bit more. The example is a huge help, probably better than documentation would ever be, although a bit more documentation would be nice !
Anyway, the commenting error in Resources/mvc/controllers/example.js For the this.tabgroup function the comment points to a file that doesn't exist. Like I said this is not really a big deal except when trying to learn the framework by following the example.
Another question I have: You seem to create the tab group in the example controller, since technically the tabs and tab group are part of a View, shouldn't the definition be in a view file? This is just an observation, I have much more to study on this framework, I am just wondering if you could clear this up for me !
The text was updated successfully, but these errors were encountered: