Skip to content

Dynamic children creation #1

@ramvdixit

Description

@ramvdixit

Hi,

The stack works great when a set of predefined children are inside the viewstack container. However, when I try creating children dynamically, the children div's do not stack up and are instead position next to each other.

for (k = 0; k < 10; k++) {
$("#flowcontainer").append("

This is child No." + k + "
");
}

here flowcontainer is the viewstack main container.

Am I doing something wrong?

Thanks,
Ram

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions