The Oracle Visual Builder Cookbook is an essential tool in helping developers get up to speed with development techniques in Visual Builder. It provides code samples and instructions that help you implement various capabilities using Visual Builder. You have full access to the code for each of the demos either from our GitHub based repository, or more simply by creating a copy of the cookbook in your own Visual Builder instance (create a new application and base it on the cookbook app template).
The cookbook chefs – David Konecny, Priya Mishra, Vinay Agarwal, Walter Egan – are constantly adding more and more recipes to the cookbook – here is a list of some of the recent updates.
Data Grid Demos
Updated and improved DataGrid demos with three new recipes (Collections -> Data Grid):
Responsive app recipes
- Tree Navigation (Application -> Patterns)
- Dashboard Template (Application -> Layout)
A new VB app template example – “Dashboard Example Template” – which was created from above two recipes is available for you to base new apps on. The template is using the Oracle JET Stable theme so the look and feel can be further customized. You'll find the template as one of the options when you create a new VB app and choose a template.
Editable table recipes
- Editable table based on BufferingDataProvider – A new recommended way to implement editable table that is a bit simpler than ADP based editable table. BPD is delegating data loading to an SDP which helps when working with large data sets.
Dynamic UI recipes
- Virtual Field CCA – demos creation and usage of Web Component
- Transient Value Change – demos events in dynamic components
- Calculated Field – demos creating a custom field
More recipes
* Many Editable Rows (Application -> Patterns)
* Select-Many Demos (Application -> List of Values (LOV))
* Frozen Columns (Collections -> Table)
* Value Converter (Application -> Input Controls)
Check out all of these demos, and the many others available in the cookbook.
If you have any questions about the demos, or if you have ideas for other demos you would like to see let us know on our Visual Builder discussion forum.
