$(document).on("click", ".uib_w_7", function(evt)
{
/* for my personal consumption really
*/
function newItem(value){
var newSwipe = '<li class="swipeout">'+
'<div class="swipeout-content item-content">'+
'<div class="item-inner">'+value+'</div>'+
'</div>'+
'<div class="swipeout-actions-right">'+
'<a class="swipeout-delete swipeout-overswipe">Delete</a>'+
'</div>'+
'</li>';
$$('.sortable ul').append(newSwipe);
}
myApp.prompt("Places and Dates of My Travels ", "My Travel Plans",newItem) ;
});
}
Friday, September 4, 2015
Subscribe to:
Post Comments (Atom)
SOLVED: SVCHOST ISSUE
Any time this iss If on your task manager you see svchost taking much physical memory 1 On your task manager ...
-
Launch your app Click on Project Click on you app Under Plugin Management click Add Plugins to this Project Select the Third Party Plu...
-
First, you have to have your Oracle apex already installed (4.2 or 5.0) Download the oracle apex version ( not the apex en .zip, thats th...
-
After making series of apps and learning, it's time to earn. There are many strategies to earn money via apps : In App Purchase, Advert...
No comments:
Post a Comment