Search found 4 matches

Go to advanced search

by Ted6306214
Thu Dec 12, 2013 2:39 am
Forum: Issues
Topic: Load event not firing in pages created from custom template
Replies: 15
Views: 2458
 
Jump to post

Load event not firing in pages created from custom template

Hi, I'm having the same issue, where is Show event for the page, I don't see it on the template or page based of the template. Thanks

ex: http://puu.sh/5JUZN.png

by Ted6306214
Mon Nov 11, 2013 8:28 pm
Forum: Issues
Topic: Adding multiple pointer value to single row for one pointer column.
Replies: 9
Views: 2351
 
Jump to post

Adding multiple pointer value to single row for one pointer column.

So you can't have an object type with an array of pointers(w/includes)? You need to do another query to the detail table?

by Ted6306214
Sat Nov 09, 2013 6:32 pm
Forum: Issues
Topic: How about a QR Code generator?
Replies: 13
Views: 4136
 
Jump to post

How about a QR Code generator?

This worked for me on the Load event:
code
Appery('htmlQR')&#46;html('<img src="http:&#47;&#47;chart&#46;apis&#46;google&#46;com&#47;chart?cht=qr&chs=200x200&chl=' + localStorage&#46;getItem('name') + '&chld=H|0"&#47;>');
/code

Go to advanced search