Dashboard Drag and Drop with individual filtering

2021-04-10 Thread sebasti...@gmail.com
Hello, i want a dashboard view. At beginning there are view standard widget but user can self insert new widgets for example a listwidget. Then user can change position per drag and drop. When user change position then position are stored in database per ajax. And next get request on dashboard

Re: HTML5 drag and drop: How does it really work?

2020-09-15 Thread Elliot
As part of the Javascript drop logic I am changing the status field of the form of the sending item to indicate where the player is going, A for slot A, B for slot B, or D for drop. It won't help to change anything on the receiving side, because the item will not exist in the form submitted

Re: HTML5 drag and drop: How does it really work?

2020-09-15 Thread coolguy
er 14, 2020 at 5:25:03 PM UTC-4 coolguy wrote: > >> The changes are done through script which you are doing at this time... >> the changes would only be visual for user and would not impact the source >> code. >> >> following may be irrelevant for you but i would add this h

Re: HTML5 drag and drop: How does it really work?

2020-09-15 Thread Elliot
his case also, there will be no changes in the source-code rather changes > will be saved in database and loaded when page is refreshed. > > On Monday, September 14, 2020 at 12:36:01 PM UTC-4 Elliot wrote: > >> I am familiar with the various events in building a dnd. I am try

Re: HTML5 drag and drop: How does it really work?

2020-09-14 Thread coolguy
happen to the HTML source when a drag and drop > works. Can anyone explain this to me.? After an apparently successful drag > and drop I see no changes to the underlying HTML. I have been using Django > 3.0.10 and Python 3.8.1 and javascript. > > If I do a "view source"

Re: HTML5 drag and drop: How does it really work?

2020-09-14 Thread coolguy
happen to the HTML source when a drag and drop > works. Can anyone explain this to me.? After an apparently successful drag > and drop I see no changes to the underlying HTML. I have been using Django > 3.0.10 and Python 3.8.1 and javascript. > > If I do a "view source"

HTML5 drag and drop: How does it really work?

2020-09-14 Thread Elliot
I am familiar with the various events in building a dnd. I am trying to find out what is supposed to happen to the HTML source when a drag and drop works. Can anyone explain this to me.? After an apparently successful drag and drop I see no changes to the underlying HTML. I have been using

Re: Drag and drop

2019-08-02 Thread Sam W
wrote: > > I’m looking to build a drag and drop for end users to customize a webpage. > Does Django have any packages for that or are they any other options? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Drag and drop

2019-08-02 Thread Django Dojo
I’m looking to build a drag and drop for end users to customize a webpage. Does Django have any packages for that or are they any other options? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Create Django web apps with drag and drop interface builder

2013-03-26 Thread timothy crosley
While I have a horrible microphone, I went ahead and made a screencast that shows building an app using WebBot, it's using AppEngine in this example but the steps are more or less the same when used with Django: http://www.youtube.com/watch?v=ucougrZK9wI On Monday, March 25, 2013 12:40:34 PM

Re: Create Django web apps with drag and drop interface builder

2013-03-25 Thread timothy crosley
Hi Gabriel, Thanks for your response, Do you have an further information on how Servoy is built - or any particular features you think I should take inspiration from? I went to there site and tried to download it, and was only able to after creating an account and filling out a survey. Even

Create Django web apps with drag and drop interface builder

2013-03-25 Thread Gabriel - Iulian Dumbrava
Hi Tim, I have not tried webbot yet, but I would also like to make a suggestion. Take a look on how Servoy is built. It is also kind of a framework to build database intensive apps both for web and smart client. They have built it on top of eclipse, so they were able to leverage on that.

Re: Create Django web apps with drag and drop interface builder

2013-03-23 Thread timothy crosley
gt; Hi, >> >> For the last few years I have been working on a WebApplication framework >> designed to let you build complex web apps using a drag and drop interface >> builder >> and pure python code. I have just now released it to the public and would >> really like fe

Re: Create Django web apps with drag and drop interface builder

2013-03-23 Thread Avraham Serour
d make it easy to use jquery On Sat, Mar 23, 2013 at 9:51 PM, timothy crosley <timothy.cros...@gmail.com>wrote: > Hi, > > For the last few years I have been working on a WebApplication framework > designed to let you build complex web apps using a drag and drop interface > builde

Create Django web apps with drag and drop interface builder

2013-03-23 Thread timothy crosley
Hi, For the last few years I have been working on a WebApplication framework designed to let you build complex web apps using a drag and drop interface builder and pure python code. I have just now released it to the public and would really like feedback and opinions. You can see it here

Re: GMail/Hotmail style checkbox drag-and-drop for Satchmo product groups

2011-12-17 Thread Richard Shebora
expert but it is clear this is an area of need. Richard On Sat, Dec 17, 2011 at 1:09 AM, Alec Taylor <alec.tayl...@gmail.com> wrote: > Good afternoon, > > I am considering building a GMail/Hotmail style checkbox drag-and-drop > for Satchmo product groups. > > e.g.

GMail/Hotmail style checkbox drag-and-drop for Satchmo product groups

2011-12-16 Thread Alec Taylor
Good afternoon, I am considering building a GMail/Hotmail style checkbox drag-and-drop for Satchmo product groups. e.g.: http://i42.tinypic.com/110kwfk.png What do you think of this design? How would I go about building this in Satchmo? Thanks for all suggestions, Alec Taylor FYI: I'd

Re: Drag and drop functionality?

2011-08-26 Thread Yaşar Arabacı
It is my understanding that, drag and drop functionality depends on browser capabilities. You may want to see these two links: https://developer.mozilla.org/en/drag_and_drop_javascript_wrapper https://developer.mozilla.org/en-US/demos/detail/motivational-poster 2011/8/26 francescortiz

Re: Drag and drop functionality?

2011-08-26 Thread francescortiz
By your comment it seems that your question is more about browser capabilities than django. If this is the case, check HTML5 to see what can be used for drag and drop, like files in gmail. On Aug 24, 7:22 pm, glenn hafstrom <g.hafst...@gmail.com> wrote: > Hi Reinout > > Thanks

Re: Drag and drop functionality?

2011-08-24 Thread glenn hafstrom
new to this and I have just started with django. > > I would like to have some kind of container for example I would like > > to drag and drop a webaddress > > to the container and then save them in my django application. > > Is there any Javscript or anything else that

Re: Drag and drop functionality?

2011-08-24 Thread Reinout van Rees
On 24-08-11 13:19, glenn hafstrom wrote: I'm new to this and I have just started with django. I would like to have some kind of container for example I would like to drag and drop a webaddress to the container and then save them in my django application. Is there any Javscript or anything else

Drag and drop functionality?

2011-08-24 Thread glenn hafstrom
Hi I'm new to this and I have just started with django. I would like to have some kind of container for example I would like to drag and drop a webaddress to the container and then save them in my django application. Is there any Javscript or anything else that I can use to handle this? Regards

Re: drag and drop rows on django admin

2011-07-30 Thread rahul jain
king > > > > >http://djangosnippets.org/snippets/2306/ > > > > > Anyone else tried it, I would like to drag and drop rows on django > admin. > > > > > Thanks. > > > > > RJ > > > > 1) Resending the same message with a

Re: drag and drop rows on django admin

2011-07-27 Thread Derek
On Jul 26, 11:03 am, Tom Evans <tevans...@googlemail.com> wrote: > On Tue, Jul 26, 2011 at 6:32 AM, rahul jain <jainwolver...@gmail.com> wrote: > > Tried this snippet but not working > > >http://djangosnippets.org/snippets/2306/ > > > Anyone else tried

Re: drag and drop rows on django admin

2011-07-26 Thread Tom Evans
On Tue, Jul 26, 2011 at 6:32 AM, rahul jain <jainwolver...@gmail.com> wrote: > Tried this snippet but not working > > http://djangosnippets.org/snippets/2306/ > > Anyone else tried it, I would like to drag and drop rows on django admin. > > Thanks. > > RJ

drag and drop rows on django admin

2011-07-25 Thread rahul jain
Tried this snippet but not working http://djangosnippets.org/snippets/2306/ Anyone else tried it, I would like to drag and drop rows on django admin. Thanks. RJ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: Drag and drop re-ordering in change_list causing 'too many files open' error.

2009-07-02 Thread Josh
The gist has been updated to have all the involved files rather than just the jQuery code and the view. http://gist.github.com/139475 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Drag and drop re-ordering in change_list causing 'too many files open' error.

2009-07-02 Thread Josh
I've used jQuery to set up drag and drop re-ordering on the change_list for a model. Basically I created a custom change_list template for the model to add a submit button to the object_tools list and to add some javascript includes. I also created my own modified version