af3 removed data-load, I notice it added panelload, but it won't trigger in my app, here is my code, any one can help?
<div data-left-drawer="left" class="panel" id="plugins" data-title="plugins" panelload="plugins_load" panelbeforeload="plugins_beforeload">
loading...
</div>
and function defined:
var plugins_beforeload = function(obj) {
alert('plugins_beforeload');
}
I think you cannot reach your goal in that way with af3. The "new way" is implementing it in your javascript code. I wrote something like..