Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce rowspan feature #38

Closed
jarvisteach opened this issue Jul 29, 2016 · 4 comments
Closed

Introduce rowspan feature #38

jarvisteach opened this issue Jul 29, 2016 · 4 comments

Comments

@jarvisteach
Copy link
Owner

Add 4th positioning option - rowspan

Currently, appJar supports positioning in a grid cell by row/column, and also allows a widget to span multiple columns.

There should also be the ability to span multiple rows - this is supported by the grid layout, so is just a case of introducing it to all the add functions.

@jarvisteach
Copy link
Owner Author

Mostly introduced - can now pass 4th RCS parameter to all widget creations and seems to work fine
Containers are populating it (0), but it can't be set yet on a container...

TO DO: change startContainer functions to include rowspan

@jarvisteach
Copy link
Owner Author

TODO: sticky needs updating, we now want the ability to set a top/bottom (N/S) sticky, so that widgets fill rowspan
Maybe default widgets with a rowspan to auto stick to top & bottom?

@jarvisteach
Copy link
Owner Author

All containers now take rowspan

@jarvisteach
Copy link
Owner Author

Closing this issue.
New issue created to deal with sticky #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant