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
Another question, nothing to do with this : Do you plan to open a forum to discuss about implementation ?
I'm using the previous version of Mocha since years for the Ionize project (https://github.com/ionize/ionize), but this new version is a bit disturbing.
A community with whom to share example would be nice !
The text was updated successfully, but these errors were encountered:
I am not going to make everyone happy with the next version. There are some fundamental differences. It has major version # change for a reason. There will be breaking changes. I do plan on building a roadmap on how to upgrade to it. A forum is a good idea, but I am not ready yet for people to convert to it. Probably will use the google group for that, because that is where the discussions have been in the past.
I have a menu with items which call an URL which should update the mainPanel.
In menus.js->_buildItems() I saw that :
else if (item.partner) a.addEvent('click', MUI.sendContentToPartner(this, url, partner, partnerMethod));
but the method sendContentToPartner() doesn't exists for the moment.
I temporary hacked with that :
Another question, nothing to do with this : Do you plan to open a forum to discuss about implementation ?
I'm using the previous version of Mocha since years for the Ionize project (https://github.com/ionize/ionize), but this new version is a bit disturbing.
A community with whom to share example would be nice !
The text was updated successfully, but these errors were encountered: