Re: [web2py] Re: javascript prompt and modal dialog

2017-03-05 Thread Marlysson Silva
What you make until here..?

Em domingo, 5 de março de 2017 15:29:29 UTC-3, Andrea Fae' escreveu:
>
> I need to open a jquery Dialog from inside a Select javascript in a view 
> web2py, taking some values from javascript, At closing dialog with OK I 
> need to insert record about the fields of this dialog to a database.
> Thank you
>
> Il giorno martedì 28 febbraio 2017 06:00:55 UTC+1, Marlysson Silva ha 
> scritto:
>>
>> The steps that your would made.
>>
>> The modal would be the form within a div , this div would have the 
>> trigger to activate the modal ( using sweetalert ) , then in the form ( 
>> within a modal ) you connect the function on controller receiving data from 
>> form and processing .
>>
>>
>>
>> Em quinta-feira, 23 de fevereiro de 2017 16:09:08 UTC-3, Andrea Fae' 
>> escreveu:
>>>
>>> When I click function select I want that appears a modal dialog using 
>>> jquery, asking some fields, and using this fields passing to controller
>>>
>>> Il giorno mercoledì 22 febbraio 2017 17:23:51 UTC+1, Ramos ha scritto:

 i like this one
 https://limonte.github.io/sweetalert2/
 and im using it with web2py

 2017-02-22 13:44 GMT+00:00 Marlysson Silva :

> Explain more your problem?
>
> You are using just javascript or want integrate with web2py?
>
>
> Em sábado, 18 de fevereiro de 2017 16:11:30 UTC-3, Andrea Fae' 
> escreveu:
>>
>> Hello.
>> From Javascript I need to ask some different values and promt is good 
>> only for 1 text box.
>>
>> I know that I have to use jqury modal dialog, but I don't know 
>> nothing about it (I need to study?)
>>
>> Is there anyone that can write me a very simple example? You have to 
>> know that I have to use with select function in Fullcalendar scheduler 
>> addon.
>>
>> Thank you
>>
> -- 
> 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 "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to web2py+un...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
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 
"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.


Re: [web2py] Re: javascript prompt and modal dialog

2017-03-05 Thread Andrea Fae'
I need to open a jquery Dialog from inside a Select javascript in a view 
web2py, taking some values from javascript, At closing dialog with OK I 
need to insert record about the fields of this dialog to a database.
Thank you

Il giorno martedì 28 febbraio 2017 06:00:55 UTC+1, Marlysson Silva ha 
scritto:
>
> The steps that your would made.
>
> The modal would be the form within a div , this div would have the trigger 
> to activate the modal ( using sweetalert ) , then in the form ( within a 
> modal ) you connect the function on controller receiving data from form and 
> processing .
>
>
>
> Em quinta-feira, 23 de fevereiro de 2017 16:09:08 UTC-3, Andrea Fae' 
> escreveu:
>>
>> When I click function select I want that appears a modal dialog using 
>> jquery, asking some fields, and using this fields passing to controller
>>
>> Il giorno mercoledì 22 febbraio 2017 17:23:51 UTC+1, Ramos ha scritto:
>>>
>>> i like this one
>>> https://limonte.github.io/sweetalert2/
>>> and im using it with web2py
>>>
>>> 2017-02-22 13:44 GMT+00:00 Marlysson Silva :
>>>
 Explain more your problem?

 You are using just javascript or want integrate with web2py?


 Em sábado, 18 de fevereiro de 2017 16:11:30 UTC-3, Andrea Fae' escreveu:
>
> Hello.
> From Javascript I need to ask some different values and promt is good 
> only for 1 text box.
>
> I know that I have to use jqury modal dialog, but I don't know nothing 
> about it (I need to study?)
>
> Is there anyone that can write me a very simple example? You have to 
> know that I have to use with select function in Fullcalendar scheduler 
> addon.
>
> Thank you
>
 -- 
 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 "web2py-users" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to web2py+un...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>

-- 
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 
"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.


Re: [web2py] Re: javascript prompt and modal dialog

2017-02-27 Thread Marlysson Silva
The steps that your would made.

The modal would be the form within a div , this div would have the trigger 
to activate the modal ( using sweetalert ) , then in the form ( within a 
modal ) you connect the function on controller receiving data from form and 
processing .



Em quinta-feira, 23 de fevereiro de 2017 16:09:08 UTC-3, Andrea Fae' 
escreveu:
>
> When I click function select I want that appears a modal dialog using 
> jquery, asking some fields, and using this fields passing to controller
>
> Il giorno mercoledì 22 febbraio 2017 17:23:51 UTC+1, Ramos ha scritto:
>>
>> i like this one
>> https://limonte.github.io/sweetalert2/
>> and im using it with web2py
>>
>> 2017-02-22 13:44 GMT+00:00 Marlysson Silva :
>>
>>> Explain more your problem?
>>>
>>> You are using just javascript or want integrate with web2py?
>>>
>>>
>>> Em sábado, 18 de fevereiro de 2017 16:11:30 UTC-3, Andrea Fae' escreveu:

 Hello.
 From Javascript I need to ask some different values and promt is good 
 only for 1 text box.

 I know that I have to use jqury modal dialog, but I don't know nothing 
 about it (I need to study?)

 Is there anyone that can write me a very simple example? You have to 
 know that I have to use with select function in Fullcalendar scheduler 
 addon.

 Thank you

>>> -- 
>>> 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 "web2py-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to web2py+un...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
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 
"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.


Re: [web2py] Re: javascript prompt and modal dialog

2017-02-23 Thread Andrea Fae'
Can you givem me examples about using this beautiful addon?

Il giorno giovedì 23 febbraio 2017 20:09:08 UTC+1, Andrea Fae' ha scritto:
>
> When I click function select I want that appears a modal dialog using 
> jquery, asking some fields, and using this fields passing to controller
>
> Il giorno mercoledì 22 febbraio 2017 17:23:51 UTC+1, Ramos ha scritto:
>>
>> i like this one
>> https://limonte.github.io/sweetalert2/
>> and im using it with web2py
>>
>> 2017-02-22 13:44 GMT+00:00 Marlysson Silva :
>>
>>> Explain more your problem?
>>>
>>> You are using just javascript or want integrate with web2py?
>>>
>>>
>>> Em sábado, 18 de fevereiro de 2017 16:11:30 UTC-3, Andrea Fae' escreveu:

 Hello.
 From Javascript I need to ask some different values and promt is good 
 only for 1 text box.

 I know that I have to use jqury modal dialog, but I don't know nothing 
 about it (I need to study?)

 Is there anyone that can write me a very simple example? You have to 
 know that I have to use with select function in Fullcalendar scheduler 
 addon.

 Thank you

>>> -- 
>>> 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 "web2py-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to web2py+un...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
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 
"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.


Re: [web2py] Re: javascript prompt and modal dialog

2017-02-23 Thread Andrea Fae'
When I click function select I want that appears a modal dialog using 
jquery, asking some fields, and using this fields passing to controller

Il giorno mercoledì 22 febbraio 2017 17:23:51 UTC+1, Ramos ha scritto:
>
> i like this one
> https://limonte.github.io/sweetalert2/
> and im using it with web2py
>
> 2017-02-22 13:44 GMT+00:00 Marlysson Silva  >:
>
>> Explain more your problem?
>>
>> You are using just javascript or want integrate with web2py?
>>
>>
>> Em sábado, 18 de fevereiro de 2017 16:11:30 UTC-3, Andrea Fae' escreveu:
>>>
>>> Hello.
>>> From Javascript I need to ask some different values and promt is good 
>>> only for 1 text box.
>>>
>>> I know that I have to use jqury modal dialog, but I don't know nothing 
>>> about it (I need to study?)
>>>
>>> Is there anyone that can write me a very simple example? You have to 
>>> know that I have to use with select function in Fullcalendar scheduler 
>>> addon.
>>>
>>> Thank you
>>>
>> -- 
>> 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 
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to web2py+un...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 
"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.


Re: [web2py] Re: javascript prompt and modal dialog

2017-02-22 Thread António Ramos
i like this one
https://limonte.github.io/sweetalert2/
and im using it with web2py

2017-02-22 13:44 GMT+00:00 Marlysson Silva :

> Explain more your problem?
>
> You are using just javascript or want integrate with web2py?
>
>
> Em sábado, 18 de fevereiro de 2017 16:11:30 UTC-3, Andrea Fae' escreveu:
>>
>> Hello.
>> From Javascript I need to ask some different values and promt is good
>> only for 1 text box.
>>
>> I know that I have to use jqury modal dialog, but I don't know nothing
>> about it (I need to study?)
>>
>> Is there anyone that can write me a very simple example? You have to know
>> that I have to use with select function in Fullcalendar scheduler addon.
>>
>> Thank you
>>
> --
> 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
> "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.
>

-- 
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 
"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.


[web2py] Re: javascript prompt and modal dialog

2017-02-22 Thread Marlysson Silva
Explain more your problem?

You are using just javascript or want integrate with web2py?

Em sábado, 18 de fevereiro de 2017 16:11:30 UTC-3, Andrea Fae' escreveu:
>
> Hello.
> From Javascript I need to ask some different values and promt is good only 
> for 1 text box.
>
> I know that I have to use jqury modal dialog, but I don't know nothing 
> about it (I need to study?)
>
> Is there anyone that can write me a very simple example? You have to know 
> that I have to use with select function in Fullcalendar scheduler addon.
>
> Thank you
>

-- 
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 
"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.


[web2py] Re: javascript prompt and modal dialog

2017-02-18 Thread Andrea Fae'
I will be very grateful who can answer. thanks a lot!!

Il giorno sabato 18 febbraio 2017 20:11:30 UTC+1, Andrea Fae' ha scritto:
>
> Hello.
> From Javascript I need to ask some different values and promt is good only 
> for 1 text box.
>
> I know that I have to use jqury modal dialog, but I don't know nothing 
> about it (I need to study?)
>
> Is there anyone that can write me a very simple example? You have to know 
> that I have to use with select function in Fullcalendar scheduler addon.
>
> Thank you
>

-- 
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 
"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.