Posts by Anderson Murakami • 66 points
3 posts
-
2
votes2
answers634
viewsA: FULLCALENDAR - bring events
document.addEventListener('DOMContentLoaded', function () { var calendarEl = document.getElementById('calendar'); var calendar = new FullCalendar.Calendar(calendarEl, { locale:…
-
1
votes0
answers117
viewsQ: Where the file is: I am developing with Ionic/Angularjs and Sqlite
I’m trying to open the database in Sqlitebrowser, but I can’t find the file created. I used the command : window.openDatabase The alias I gave is "my.db" but I can’t find it anywhere. Where…
-
0
votes1
answer102
viewsQ: I installed IONIC, but I have no idea how to make PHP work
I recently installed IONIC to develop for Mobile, I built an application in HTML and it worked ok, now I want to use PHP. What I need to do ?