Search found 14 matches

Go to advanced search

by Alexander vdhooft
Thu Nov 28, 2013 8:28 pm
Forum: Issues
Topic: Hide standard Backbutton in Header
Replies: 2
Views: 155
 
Jump to post

Hide standard Backbutton in Header

That seems to work!
Thanks..

by Alexander vdhooft
Thu Nov 28, 2013 7:54 pm
Forum: Issues
Topic: Hide standard Backbutton in Header
Replies: 2
Views: 155
 
Jump to post

Hide standard Backbutton in Header

How can I hide the 'standard' backbutton in the header with javascript?

I would like to hide the button in the case of an android device (they have already a backbutton). I can detect if the user has an andoid device, but I can not find how to hide the backbutton in that case.

by Alexander vdhooft
Mon Nov 18, 2013 8:25 am
Forum: Issues
Topic: Using an Atom feed
Replies: 19
Views: 1288
 
Jump to post

Using an Atom feed

I have found the following working solution:

code
if (typeof value == 'string')
return value;
else
if(typeof value != 'undefined')
return "&quot
else
return value["content"];
/code

by Alexander vdhooft
Mon Nov 18, 2013 7:09 am
Forum: Issues
Topic: Using an Atom feed
Replies: 19
Views: 1288
 
Jump to post

Using an Atom feed

I checked the whole feed with xmlvalidation (copy and paste from chrome) and the XML is valid (see screenshot). I also tried the feed with different validators, and the feed is valid. You can try yourself at: http://validator.w3.org/feed/ (see screenshot) For the feed link see first post (you can ch...
by Alexander vdhooft
Sun Nov 17, 2013 8:16 pm
Forum: Issues
Topic: Using an Atom feed
Replies: 19
Views: 1288
 
Jump to post

Using an Atom feed

Here a part of the XML response. One the first part has the problem, the secound part works fine: code <entry> <id>http:&#47;&#47;www&#46;museumkaart&#46;nl&#47;Services&#47;SchatkamerService&#46;svc&#47;SchatkamerKaartSet(6158)<&#47;id> <title type="text&quo...
by Alexander vdhooft
Sun Nov 17, 2013 2:48 pm
Forum: Issues
Topic: Using an Atom feed
Replies: 19
Views: 1288
 
Jump to post

Using an Atom feed

No. I do not at this time. It works well for most entries. The only problem that I can find is the one above where there are the extra things. I studied the response structure and there are not that many variations. The one with "preserve" is the only one I could find. Apart from an empty ...
by Alexander vdhooft
Sat Nov 16, 2013 7:22 am
Forum: Issues
Topic: Using an Atom feed
Replies: 19
Views: 1288
 
Jump to post

Using an Atom feed

It did not help. Same result.
I see the same behaviour also with other entries. In all cases the entry has some extra 'things' like:

code<d:SubTitle xml:space="preserve">/code

instead of:

code<d:SubTitle>/code

by Alexander vdhooft
Fri Nov 15, 2013 10:41 pm
Forum: Issues
Topic: Using an Atom feed
Replies: 19
Views: 1288
 
Jump to post

Using an Atom feed

The problem is that they both exists. Some entries have the extra "xml:...", others not.

by Alexander vdhooft
Fri Nov 15, 2013 6:03 pm
Forum: Issues
Topic: Using an Atom feed
Replies: 19
Views: 1288
 
Jump to post

Using an Atom feed

I have an other question. The following entry in the Atom feed:
code<d:Title xml:space="preserve">Naarden <&#47;d:Title>/code

Gives: code[object Object]/code as a result instead of Naarden

Do you know how to solve this?

by Alexander vdhooft
Fri Nov 15, 2013 7:46 am
Forum: Issues
Topic: Using an Atom feed
Replies: 19
Views: 1288
 
Jump to post

Using an Atom feed

That works!
Thanks..

Go to advanced search