I would like to have my layout (divs) resize if the user resizes the web
browser. I already switched the CSS of my divs to percentages, but it's
not working. It seems to me that I need to change some part of the default
layout but I'm lost as to what that is (couldn't find anything that looked
perfect, thanks!
On Tuesday, November 12, 2013 1:26:50 PM UTC-8, Niphlod wrote:
> the scaffolding application (welcome) comes with bootstrap.
> As a default, it uses the "default grid system". If you want to use
> bootstrap's "fluid grid system" change all
>
>
>
> to
>
>
>
>
> and
>
>
>
Is there a way I can control the values assigned to the checkboxes in my
SQL grid (selectable=True)? My queries end up to be something like this:
(((block_info.json_dir_id = json_dir.id) AND (json_dir.build = 'unknown'))AND
(json_dir.program = 'test'))
and my issue is that the checkboxes'
No, the issue is not in the query because the grid is being populated with
the rows that I would expect. Also, I am using double equal signs when I
build the query, but when I print it it shows only single '=', I assume
because it has already been converted to regular SQL syntax.
Any other id
This is causing a big work stoppage for me. If I cannot find the solution,
I will have to redesign my database tables. Currently I have:
json_dir:
- build
- program
- directory
block_info:
- block_name
- filename
- json_dir_id
And given a build and program (or multi
Didn't want to change the database structure as it would have been just
wayy too much repetitive data.
I did find a solution to my problem:
First find the json_dir_ids that I want and make the grid's query be that,
then use the grid's left join parameter.
For instance, referring to my origina
The logic you have currently loops through and creates rows for all
tcinputs for each timecard and that is why they are all the same.
I can think of 2 solutions:
1) Keep your queries the same but add an if statement to determine which of
the tcinputs apply:
{{for timecard_entry in tcinputs
I have an SQLFORM.factory and I would like to have a form clear/reset
button that wipes out the form but I cannot get some of the functionality I
need. The form is mostly simple text fields with IS_NOT_EMPTY validators;
if I submit a partially complete form, the little red error messages pop up
thanks! that works!
On Friday, December 6, 2013 11:48:50 AM UTC-8, Niphlod wrote:
> button with type=reset are "old school" : they don't take into
> consideration that the page can be built (as web2py does) with additional
> elements explaining the user what the error is
>
> BTW: why don'
I've never used a scheduler before and am having trouble starting up. When
I try to start the workers (tried from command line and from gui), I get
this error message:
starting browser...
starting scheduler from widget for "namebrowser"...
Never mind...command line works
--
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
I have a load component with a grid in it and a user-triggered action that
could insert/update the database table that my grid's based on. Depending
on many factors, the database insert could take a long time, say 45s+. I
would like to update the view to show the updating grid while the insert
Anybody have any suggestions?
--
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
"
gt; then do a single reload of the grid.
>
> Anthony
>
> On Friday, December 20, 2013 1:24:00 PM UTC-5, EW wrote:
>>
>> I have a load component with a grid in it and a user-triggered action
>> that could insert/update the database table that my grid's based on.
I'm having trouble figuring out how to determine when a scheduler task is
done. My code/scheduler task work is working. But when I added this loop,
it does not--when I go into the admin interface and look at the
scheduler_task table, the task is not in the table at all. The printouts
show th
cheduler do it.
>
> Anthony
>
> On Friday, January 3, 2014 10:59:29 AM UTC-5, EW wrote:
>>
>> I'm having trouble figuring out how to determine when a scheduler task
>> is done. My code/scheduler task work is working. But when I added this
>> loop, it d
Answered in
https://groups.google.com/forum/#!msg/web2py/4G8TBqqy33c/QqMMS31DSFMJ
On Thursday, January 2, 2014 11:49:14 AM UTC-8, EW wrote:
> Thanks, but I don't understand..how would I know when the insert
> (scheduler task) has completed?
>
>
>
> On Thursday, Janu
I have a load component with a button in it that seems to automatically
have the focus such that if I go to my URL and press the enter key, that is
the button that is triggered. But, I also have a textbox and a button
outside the component. I would like it so that when you type something in
t
Rather than putting "\n" put ""
On Thursday, January 24, 2013 1:51:23 AM UTC-8, Yebach wrote:
> I send string to flash from my model on
> auth.messages.registration_pending.
>
> Since it is quite long i want to make it multiline. \n in my string do not
> work
>
> how to handle that?
>
> thank
I have a web2py form (sqlform.factory to be specific). After all the
fields have been validated, I would like to call a javascript function
using the form values as arguments. How can I do this? When I have a
jquery event handler for the form submit, it gets called anytime the submit
button
Hi,
I'm having trouble with a url containing a plus sign in the args. When I
go to that url, the plus sign has been converted to an underscore. Even
printing raw_args in the controller shows the underscore. When I hover
over the link to the url in question, the "+" has been replaced with "%2B
21 matches
Mail list logo