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
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
l also have a 4th area consisting of all players. If the user wants
> to add a new player to the A or B list without a transfer, she will drag
> the player from the all player list into the A or B list. It now gets
> really messy.
>
>
>
> On Monday, September 14, 2020 at 5:25:03 P
a field setup for it in the model. In
> this 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 th
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"
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"
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
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
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
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 UT
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 the
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.
Goo
e 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. Y
ake it easy to use jquery
On Sat, Mar 23, 2013 at 9:51 PM, timothy crosley
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
> builder
> and pure python code. I have
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
rface expert but it is clear this is an area of need.
Richard
On Sat, Dec 17, 2011 at 1:09 AM, Alec Taylor wrote:
> 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.pn
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'
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
>
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 wrote:
> Hi Reinout
>
> Thanks for your input.
> I've
nd 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 han
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
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?
Re
On Tue, Jul 26, 2011 at 11:30 PM, Derek wrote:
> On Jul 26, 11:03 am, Tom Evans wrote:
> > On Tue, Jul 26, 2011 at 6:32 AM, rahul jain
> wrote:
> > > Tried this snippet but not working
> >
> > >http://djangosnippets.org/snippets/2306/
> >
> >
On Jul 26, 11:03 am, Tom Evans wrote:
> On Tue, Jul 26, 2011 at 6:32 AM, rahul jain 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.
>
> &g
On Tue, Jul 26, 2011 at 6:32 AM, rahul jain 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
>
1) Resending the same message w
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
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 th
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 o
28 matches
Mail list logo