bananowebix

  1. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 6: Form Data Entry Elements

    Hi Fork it here Let's move on and explore the form data entry elements. As we are just limited to basic elements for the open source version of this lib, some components one can check on their website. There are a lot of properties and methods also for the elements but we just touch on the...
  2. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 5: Creating ToolBars

    Hi This 5th installment of webix tuts deals with how one can create toolbars. These sit on the Rows collection of your page and can have a variety of elements like buttons, toggle buttons and icons. Like any WixElement, one can set the height of the toolbar and also set some default...
  3. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 4: Carousels, MultiView & TabView

    Hi This lesson is about the 3 layout elements being the carousel, multiview and the tabview. Each of the elements here are added in each row of our page. Carousel: We will create a carousel with three sliders. We will use css to set the background and color of each slide. Dim c As...
  4. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 3: Let's create some accordions

    Hi Based on what we have learned in lesson 1 and 2, here we will explorer another layout element, the accordion. The accordion we can create comes in two flavours, one vertical and one horizontal as expected. The code module that we need to call for this tut is pgLayouts1.Init on...
Top