Project

General

Profile

Actions

Feature proposal #4156

closed

Implement Ajax based integration form posting

Added by krileon over 10 years ago. Updated over 10 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Target version:
Start date:
08 August 2013
Due date:
% Done:

0%

Estimated time:

Description

Instead of doing a page reload implement Ajax form submitting of integration content. Using jQuery add the newly submitted content directly to the display as newest entry (it'll handle re-ordering on next page load, which is ok).

Actions #1

Updated by krileon over 10 years ago

Maybe also implement for new category and new group as well as edit pages. This can be done by dynamically loading in the edit pages forms as a jQuery dialog. Example as follows.

$( '#dialog' ).load( 'URL_HERE' ).dialog( 'open' );

Simply add a class to the Edit URL for example and hook into the click event for the "a" element. Then disable default behavior and call the above on the URL with raw display added to it (this way it'll still work normally if jquery fails).

Actions #2

Updated by krileon over 10 years ago

This should just be a part of the Dialog display and only used when is enabled.

Actions #3

Updated by krileon over 10 years ago

  • Status changed from Assigned to Rejected

For now continue normal behavior. Revisit this with rewrite after CB 2.0.

Actions

Also available in: Atom PDF