I want to print a page like this:
[image: Satır içi resim 2]
but in google chrome's print page it looks like this:
[image: Satır içi resim 3]
how can I do two column.
i tried this in divs with class col-sm-6.
thanks.
--
Selman Kocael
İsabet Yayınları
--
Resources:
- http://web2p
ause you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Selman Kocae
unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Selman Kocael
İsabet Yayınları
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documenta
thank you for your question and answer. what is your ajax code. i cannot
find how to do it?
2016-02-13 19:33 GMT+02:00 Mamisoa Andriantafika :
> Ok here is my answer:
>
> # RESTFUL CRUD
> @request.restful()
> def api():
> import json
> response.view = 'generic.json'
> def GET(tablenam
e)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr..
Hi.
I want to select a list of id from database.
ids=[12,145,69]
how can i do this? Is there any quick way of it?
for example:
query=""
for i in ids:
if not i==ids[-1]:
query+="(db.cikmis_soru.id=="+i+")&"
else:
query+="(d
Thanks.
14 Haz 2015 23:56 tarihinde "Limedrop" yazdı:
> Try something like this:
>
> rows = db(db.cikmis_soru.id.belongs(ids)).select()
>
>
> On Monday, 15 June 2015 07:13:02 UTC+12, xmarx wrote:
>>
>> Hi.
>>
>> I want to select a list of id from database.
>>
>> ids=[12,145,69]
>>
>> how can
What is keyboard shortcuts of web2py's web-based IDE. i can't find any
guide about it. I recognize that has shortcuts. but i don't know what are
they.
for example:
in views - index.html
ctrl + space gives advices.
in every files.
alt + mouse select multiple lines.
and so on.
--
Resources:
- ht
ode.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
&
y find:
>> %d weeks ago
>>
>>
>>
>>
>> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
&
Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "
eceived this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d
2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2p
urces:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2p
I can get uploaded files if i upload with SQLFORM or SQLFORM.factory via*
form.name.filename*. How can get all uploaded file names under 'upload'
directory? Is the only way to save the names to db?
--
Selman Kocael
İsabet Yayınları
--
Resources:
- http://web2py.com
- http://web2p
---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.
/github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop recei
you can also import csv file with code. but i have not try it.
2015-08-03 8:55 GMT+03:00 Sai Harsh Tondomker :
> No need to write code to store in db.
>
> On Mon, Aug 3, 2015 at 11:07 AM, Selman Kocael
> wrote:
>
>> simple way:
>>
>> in http://127.0.0.1:8000/[
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Selman Kocael
İsabet Yayınları
--
Resources:
- http:/
e Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Selman Kocael
İsabet Yayınları
--
R
;> Could you do last favor, I want to add more question types for now it's
>> only multiple options.
>> Could you say how can I ass true or false type ? Like if answer is true
>> or false display true/ false type else multiple answer type question.
>>
>> On Mon,
;
>
> On Thu, Aug 6, 2015 at 7:16 PM, Selman Kocael wrote:
>
>> 1. delete notnull=True,unique=True in models.
>> 2. in shell write: db.Questions.drop() and enter.
>> 3. import csv file.
>>
>> 2015-08-06 16:21 GMT+03:00 Sai Harsh Tondomker :
>>
>
roup.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Selman Kocael
İsabet Yayınları
--
Resources:
- http://web2py.com
- http://web
ptout.
>>
>>
>> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are
sorry. it is new version:
https://bitbucket.org/mulonemartin/instantpress/wiki/Home
video: https://www.youtube.com/watch?v=vGkR246URRk
2015-10-23 11:11 GMT+03:00 Selman Kocael :
> i found a web2py CMS on google code called instantpress.
> https://code.google.com/p/instant-press/
>
e Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Selman Kocael
İsabet Yayınları
--
Resour
home page is like this for me right now: web2py.com
[image: Satır içi resim 1]
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message
gt; You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google
28 matches
Mail list logo