Future

Future ideas include;

  • Copy v. Move

  • Control the sequence of operations?

  • Part control

  • Position control

    • Sorting control?

  • Handlers

    • Slider

    • SwiperJS

    • Lightbox Galleries

    • Accordion

    • Dropdown Navs

Custom Callbacks

Styling classes

Apply after layout to containers

  • No elements

  • No element added

  • Number of elements ( attribute )

  • Number of elements added ( attribute )

Assign classes for easy styling?

Tabs Layout

Ability to do more complex tabs

https://www.apple.com/ca/today/calendar/

Future

Consider behavior if no layout elements are found- keep the container hidden?

Options ( Under Consideration )

wfu-layout-priority = NUMBER ( optional )

Control the sequence of layout operations.

wfu-layout-item-method =

  • move (default) - move the item

  • copy - copy the item

wfu-layout-item-part =

  • element (default) - move the element and its children

  • children - move only the children of the element

wfu-layout-item-position =

  • bottom | end (default) - layout at the bottom of the container

  • top | start - layout at the top of the container

wfu-layout-item-name (special) = TEXT-STRING

  • Used for e.g. tab name

Last updated