insert an element

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

insert an element

Will
Take a look at http://www.airesumebuilder.com/

I have most of the effect I wanted now.

I also like it on mobile.

I need help with insert function.

Two scenarios.

1.

A simple insert. For example,

    [ element 1 ]

    [ element 2 ]

        [ + Add ]

Click [ + Add ] results in

    [ element 1 ]

    [ element 2 ]

    [ element 3 ]

        [ + Add ]

The "element 3" is added on fly, so I cannot use the trick to have a list of divs hidden.

2.

An insert with a nav inside a section.

           [ element 1 ]

                [ New ]

Click the [ New ] button adds element 2 but also with a nav to allow  me to access both 1 and 2.

The UI will be like this:


           [ element 2 ]

               1  2

               [ New ]

Is this even possible?
Reply | Threaded
Open this post in threaded view
|

Re: insert an element

Will
No worries. I can figure this out.