Re: Output of form in Extjs

2013-12-16 Thread Sean
Hi JJ,

I am very interested in the django form output in ExtJS style, has your 
code been upload somewhere I can have a look, such as github?
Also, my email address is liushu2...@gmail.com

Thanks,
Sean

On Tuesday, 4 September 2012 20:05:01 UTC+1, JJ wrote:
>
> Hi all,
> I created parse django to extjs in modelforms and forms. Basically works 
> as form.as_p but is form.extjs_output. I mapped all widgets fields to 
> extjs. I would like to submit this code to django-project. What do you 
> think?
> Thank you.
>
> João Júnior
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f7c5db94-aad9-4570-9c71-60c28c504364%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Output of form in Extjs

2012-09-05 Thread JJ
Hi Russell,
I would like to create was plugin, as you presentation. I would like to 
contribute with this code. How can it help you?

Thank's

On Wednesday, September 5, 2012 8:46:06 AM UTC-3, Russell Keith-Magee wrote:
>
> Hi João, 
>
> Thanks for the suggestion, but this isn't something we're likely to 
> add to Django's core itself. 
>
> This is for two reasons. The first is that we have been specifically 
> avoiding any dependency on any particular database library. Django is 
> a server-side framework, so we don't want to impose any client-side 
> decisions on users. 
>
> The second is that we want to move away from the .as_* model, towards 
> a more flexible approach. There was a Summer of Code project last year 
> aimed at moving the forms library to a templates approach; that hasn't 
> come to completion yet, but the broader aim still stands -- rather 
> than try an encode every possible output format, we'd like to move to 
> a place where an end user can plug in any output format. To that end, 
> your ext2js renderer would be an end-user plugin, rather than 
> something built into Django itself. 
>
> Yours, 
> Russ Magee %-) 
>
> On Wed, Sep 5, 2012 at 3:05 AM, JJ  
> wrote: 
> > Hi all, 
> > I created parse django to extjs in modelforms and forms. Basically works 
> as 
> > form.as_p but is form.extjs_output. I mapped all widgets fields to 
> extjs. I 
> > would like to submit this code to django-project. What do you think? 
> > Thank you. 
> > 
> > João Júnior 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "Django users" group. 
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msg/django-users/-/h6rzplc6r3kJ. 
> > To post to this group, send email to 
> > django...@googlegroups.com. 
>
> > To unsubscribe from this group, send email to 
> > django-users...@googlegroups.com . 
> > For more options, visit this group at 
> > http://groups.google.com/group/django-users?hl=en. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/Rr_3g9NbW5kJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Output of form in Extjs

2012-09-05 Thread Russell Keith-Magee
Hi João,

Thanks for the suggestion, but this isn't something we're likely to
add to Django's core itself.

This is for two reasons. The first is that we have been specifically
avoiding any dependency on any particular database library. Django is
a server-side framework, so we don't want to impose any client-side
decisions on users.

The second is that we want to move away from the .as_* model, towards
a more flexible approach. There was a Summer of Code project last year
aimed at moving the forms library to a templates approach; that hasn't
come to completion yet, but the broader aim still stands -- rather
than try an encode every possible output format, we'd like to move to
a place where an end user can plug in any output format. To that end,
your ext2js renderer would be an end-user plugin, rather than
something built into Django itself.

Yours,
Russ Magee %-)

On Wed, Sep 5, 2012 at 3:05 AM, JJ  wrote:
> Hi all,
> I created parse django to extjs in modelforms and forms. Basically works as
> form.as_p but is form.extjs_output. I mapped all widgets fields to extjs. I
> would like to submit this code to django-project. What do you think?
> Thank you.
>
> João Júnior
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/h6rzplc6r3kJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Output of form in Extjs

2012-09-04 Thread JJ
Hi all,
I created parse django to extjs in modelforms and forms. Basically works as 
form.as_p but is form.extjs_output. I mapped all widgets fields to extjs. I 
would like to submit this code to django-project. What do you think?
Thank you.

João Júnior

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/h6rzplc6r3kJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.