Search found 4 matches

Go to advanced search

by Moataz Abdellateef
Wed Mar 27, 2013 2:03 am
Forum: Issues
Topic: inline List editing
Replies: 2
Views: 788
 
Jump to post

inline List editing

I need to enable inline editing within the list component. HTML5 supports the attribute "contenteditable" and I've tried the exported project from Tiggzi by changing the HTML file and it worked fine. My problem is that I don't know how to add that attribute within Tiggzi or how to import b...
by Moataz Abdellateef
Sat Mar 02, 2013 3:26 am
Forum: Issues
Topic: Editing HTML files
Replies: 2
Views: 436
 
Jump to post

Editing HTML files

Here's the line "$.mobile.activeBtnClass = 'unused';" inside the function below. $(document).bind("mobileinit", function() { $.mobile.activeBtnClass = 'unused'; if (navigator.userAgent.indexOf("Android") != -1) { $.mobile.defaultPageTransition = 'none'; $.mobile.default...
by Moataz Abdellateef
Sat Mar 02, 2013 3:15 am
Forum: Issues
Topic: Editing HTML files
Replies: 2
Views: 436
 
Jump to post

Editing HTML files

I am trying to fix an issue with the navigation bar to eliminate the "activated" feature after it is clicked. I was able to successfully do it with the exported code HTMS/JS/CS for my BlackBerry project. What I need is to have that line of code part of the tiggzi project instead of editing...
by Moataz Abdellateef
Sat Mar 02, 2013 12:12 am
Forum: Issues
Topic: Item in Navbar remains selected after click
Replies: 7
Views: 1624
 
Jump to post

Item in Navbar remains selected after click

To navigate from one page to the other, we end up putting the navbar on each page, and when the button remains clicked, it points to the wrong page. Is there any other way to navigate from one page to the other without copying the navbar over on each page?

Go to advanced search