Hi
B4J App
User Manual
What is OneEvery?
This is a work in progress app that one can use to learn the different web frameworks available. Currently this comes with Bootstrap 4 where one can 1. create the various HTML elements, 2. add attributes and 3. classes to them and 4. see the resulting output in real time. A lot of bootstrap components have been covered already.
This is built on top of the HTML Element class, the Editable TableView. The editable tableview has now been updated to have CRUD functionality as it is now linked to an underlying SQLite database with some additional properties to make that go.
Why OneEvery?
I wanted to learn what Bootstrap is all about and thought of something that I can build and use offline with B4J while reading my bootstrap books. I noted that in some instances the code in the books does not work as expected and is sometimes different to the provided downloads. This is providing me the learning experience and also the ability of knowing what I can play around with.
What you get out of this?
Well with some clicking here and there and changing this and that, you get HTML source code depending on what you want to create. A parent child relationship is also maintained for the various child relationships, e.g. divs hosting other divs.
Things to do:
Custom Views
JQM.Show
B4J App
User Manual
What is OneEvery?
This is a work in progress app that one can use to learn the different web frameworks available. Currently this comes with Bootstrap 4 where one can 1. create the various HTML elements, 2. add attributes and 3. classes to them and 4. see the resulting output in real time. A lot of bootstrap components have been covered already.
This is built on top of the HTML Element class, the Editable TableView. The editable tableview has now been updated to have CRUD functionality as it is now linked to an underlying SQLite database with some additional properties to make that go.
Why OneEvery?
I wanted to learn what Bootstrap is all about and thought of something that I can build and use offline with B4J while reading my bootstrap books. I noted that in some instances the code in the books does not work as expected and is sometimes different to the provided downloads. This is providing me the learning experience and also the ability of knowing what I can play around with.
What you get out of this?
Well with some clicking here and there and changing this and that, you get HTML source code depending on what you want to create. A parent child relationship is also maintained for the various child relationships, e.g. divs hosting other divs.
Things to do:
- Own Inline Style Code Adding i.e. style property of an element
- Own Javascript Code Adding i.e functions for document.ready and for active components
- Adding css and javascript files
- Debug some components that don't work as expected.
- Add a treeview for the element structure that one can manipulate easily
- Add Active Components (those that depend on JavaScript)
- Perhaps add a CDA
Custom Views
JQM.Show
Last edited: