[web2py] Re: What sort of "form" should I use?

2017-11-09 Thread Cypher Ace
I think I've actually figured this out and and realized I was asking a sort of dumb question. If anyone stops by and looks at this, here's another that seems more well informed. Could any of you point me where I should start reading to figure out how to create a form/page that only admins can

[web2py] Re: Extracting values of a list from the database and using them individually in a javascript array

2017-03-24 Thread Cypher
w > > VIEW > > > {{=ASSIGNJS(IMAGES=images)}}; // magic to convert python to JS object > function slideShow() { > var images = IMAGES.map(function(i){return i.link;}); // array of links > var descriptions= IMAGES.map(function(i){return i.title;}); // array of > title

[web2py] Extracting values of a list from the database and using them individually in a javascript array

2017-03-21 Thread Cypher
Hi guys i need help, please someone out there coz I'm pulling out my hairs at this point: I want to extract pictures from within a list extracted from the database and store them inside a JavaScript array for a slide show. *CONTROLLER:* *def form1Details():

[web2py] JQuery Mobile Plugin

2015-08-27 Thread Cypher
Can someone out there please assist me here, i want my website to appear right on mobile devices, cellphones and tablets but i am having a pretty hard time using the jquery mobile plug in, how does it work??? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

Re: [web2py] Please help: issue sending SMS as e-mail

2015-07-30 Thread Cypher
Hi I see you got your web2py sms function to work please help me get mine working, how did you get it to work??? On Monday, November 25, 2013 at 9:38:09 AM UTC+2, melmg wrote: I got it working :) ... I'm not sure what finally did it because I ended up modifying several things. --