Search found 10 matches

Go to advanced search

by emmamcconnell37
Mon Apr 09, 2012 2:17 pm
Forum: Issues
Topic: edit and re-save item
Replies: 18
Views: 5735
 
Jump to post

edit and re-save item

sorry max.but i have no idea how to do this.
could you give me an example please.thanks

by emmamcconnell37
Mon Apr 09, 2012 1:14 pm
Forum: Issues
Topic: edit and re-save item
Replies: 18
Views: 5735
 
Jump to post

edit and re-save item

yes max please.
I dont think i need to stringify as items are text, is this a fair assumption to make max ?

by emmamcconnell37
Mon Apr 09, 2012 12:41 pm
Forum: Issues
Topic: edit and re-save item
Replies: 18
Views: 5735
 
Jump to post

edit and re-save item

thanks max
I can see the clicked items in localstorage now on each click but how do i append to the list and store a Json blob

by emmamcconnell37
Sun Apr 08, 2012 6:30 pm
Forum: Issues
Topic: Facebook Login
Replies: 30
Views: 9081
 
Jump to post

Facebook Login

I been having a look here, also possible sign in with Twitter https://dev.twitter.com/docs/auth/imp... It's a bit cryptic though. If anyone had any success using this, please let us know :-) getSatisfaction even uses this login feature. Its cool and can easily save from problematically coding login ...
by emmamcconnell37
Sun Apr 08, 2012 1:53 am
Forum: Issues
Topic: Facebook Login
Replies: 30
Views: 9081
 
Jump to post

Facebook Login

A simple tutorial on this would be awesome guys as a lot of people use social networking sites.

by emmamcconnell37
Sun Apr 08, 2012 1:48 am
Forum: Issues
Topic: edit and re-save item
Replies: 18
Views: 5735
 
Jump to post

edit and re-save item

ok i got Max thanks. Just another ques. Can you please show me some javascript so i can edit an item in localstorage. Thanks Max. When are Exadel planning next release version as i think some more interactive non javascript,jquery features on components would be awesome.Obviously javascript, jquery ...
by emmamcconnell37
Sat Apr 07, 2012 1:31 am
Forum: Issues
Topic: edit and re-save item
Replies: 18
Views: 5735
 
Jump to post

edit and re-save item

thanks Max I had a look at the JavaScript API Tiggr.Storage() Creates a new storage storage[key] = value; Why is it called Tiggr ? So if i want to save or edit a to-do item what javascript will do this as i'm a bit confused because there is also a set local storage varible option which i could map t...
by emmamcconnell37
Fri Apr 06, 2012 9:05 pm
Forum: Issues
Topic: edit and re-save item
Replies: 18
Views: 5735
 
Jump to post

edit and re-save item

I have done this in html using
$(function (){
// store content
var todo = document.getElementById('todo');
$("#todo").blur(function() {
localStorage.setItem('todoData', this.innerHTML);
});

how can i do this in Tiggzi using javascript

by emmamcconnell37
Fri Apr 06, 2012 8:20 pm
Forum: Issues
Topic: edit and re-save item
Replies: 18
Views: 5735
 
Jump to post

edit and re-save item

Hello Max i'm only new and just trying out Tiggzi but it looks promising.Does Tiggzi have the same power as offered in a standalone environment? I just need a basic app to learn the basics. I was hoping to make a simple todo list which would help many busy parents i know. It doesn't need to connect ...
by emmamcconnell37
Fri Apr 06, 2012 5:15 pm
Forum: Issues
Topic: edit and re-save item
Replies: 18
Views: 5735
 
Jump to post

edit and re-save item

Hello
Can you please tell me how to edit an item in a list an re-save into local storage
Thank you

Go to advanced search