Welcome, Guest
Username: Password: Remember me

TOPIC: Multi Table Input using Breadcrumb Nav or Step-by

Multi Table Input using Breadcrumb Nav or Step-by 01 Aug 2012 23:57 #2954

  • edwardcox
  • edwardcox's Avatar
  • Offline
  • Premium Member
  • Here to help.
  • Posts: 131
  • Thank you received: 26
  • Karma: 12
Hello All,

I am seeking an example or suggestions as to how to best implement a Front End Form that allows for data input to many tables using a Breadcrumb Navigation or Step-By-Step wizard. My Component has many Tables that are required to be input by the user on front end and I want to make it as easy as possible for the user.





Those images should provide a visual idea of what I need to achieve.

Would I need to uses session variables between 'stages' (to allow for next - previous)?

If anyone has a solution, suggestion, or ideas I (and I am sure many others) would be most appreciative.

Thank you kindly,

Edward.
Passionate Joomla! Developer and J-Cook pro evangelist.
www.jcombuilder.com - we build great Joomla!® Components so you don't have to.
Last Edit: 12 Aug 2012 08:44 by admin.
The administrator has disabled public write access.

Re: Multi Table Input using Breadcrumb Nav or Step-by 05 Aug 2012 18:45 #3008

  • VeCrea
  • VeCrea's Avatar
  • Offline
  • Platinum Member
  • Absolute JCook fan
  • Posts: 473
  • Thank you received: 100
  • Karma: 30
Would be very nice to do that indeed... The way i did it is to send the user to the next form changing the parameters of the save button, but there is no breadcrumb... Would be curious to see what real coders could make with this idea.
The administrator has disabled public write access.

Re: Multi Table Input using Breadcrumb Nav or Step-by 06 Aug 2012 13:02 #3043

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
I would like also to implement a better redirection engine that the one proposed by Joomla.
Once a nicer idea is defined there, I would play a bit more with the menus and redirections.

Thanks for the screenshots. I already used to need such step-by-step.
Coding is now a piece of cake
The administrator has disabled public write access.
The following user(s) said Thank You: edwardcox

Re: Multi Table Input using Breadcrumb Nav or Step-by 09 Oct 2012 13:48 #4347

  • VeCrea
  • VeCrea's Avatar
  • Offline
  • Platinum Member
  • Absolute JCook fan
  • Posts: 473
  • Thank you received: 100
  • Karma: 30
I've done something like that with jQuery and tabs... not that smart but does the trick... maybe something we can think about together
The administrator has disabled public write access.

Re: Multi Table Input using Breadcrumb Nav or Step-by 10 Oct 2012 12:38 #4364

  • JoomGuy
  • JoomGuy's Avatar
  • Offline
  • Moderator
  • Joomla Enthusiast, Lover of Cooking
  • Posts: 1115
  • Thank you received: 195
  • Karma: 64
Hi All,

I'm going to need similar functionality too. My first thoughts are a combination of JQuery's load() method and tabs widget could be a place to start... (Snap @VeCrea)

In all honesty, without having looked at this in any depth as yet, I can't give a solid how-to realise this in the context of a joomla mvc component. That said, loading contents from external pages with the load method is pretty straightforward in itself, even with ability to target specific divs making it possible to get only the content you want.

I guess that the most difficult thing in terms of integrating this 'properly' would be handling the responses - i.e.
  1. when to allow progress to the next page
  2. how to deal with saving/passing values from one to the other within the framework - like the reuse values you might want to pass from a regular form to the next (foreign keys)
  3. how to handle fails/validation
It seems to me that the ajax method may be the way to go to create an elegant and fluid user experience which is clearly the main focus of providing such a UI. Again, this is something that I'm intent on integrating into my component however, I'm somewhat short of the mark in my understanding of how to leverage the full capabilities of the models, their functions and their security with ajax...

Any thoughts anybody?

Really keen to keep an eye on this topic!

@edwardcox - have you advanced any of your graphical representations as yet?
ADD
jQuery AJAX: HOW TO here...

END

Best wishes,

Gez
Need help with your Cook/Joomla Project? . PM me to find out what I can help with. NO time wasters please!!!
Last Edit: 11 Oct 2012 07:02 by JoomGuy. Reason: ADDED link to How To???
The administrator has disabled public write access.
Time to create page: 0.105 seconds

Get Started