Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Blog
    • Playground
    1. Home
    2. Tags
    3. vanilla js

    • T

      What are the extra input elements does onsenui contain?
      Onsen UI • onsen2 onsenui vanilla js onsen1 • • Taymindis

      3
      0
      Votes
      3
      Posts
      5102
      Views

      Hi @Taymindis. With Onsen UI you can still use anything from html5, so don’t worry about those. For extra provided elements we have a few: ons-button ons-range ons-switch ons-fab (Floating Action Button) ons-input - wrapper for multiple types of <input> (including checkbox and radio etc) You could also checkout this section of the guide. And finally while they may not be form elements you may be also interested in: ons-ripple ons-icon ons-progress-bar ons-progress-circular Also it is possible that I missed something, which is why @Fran-Diox gave you a link to the whole reference :)
    • T

      is MVC/MVP suitable for onsenUI2, or any other choices?
      Onsen UI • onsen2 javascript vanilla js • • Taymindis

      1
      0
      Votes
      1
      Posts
      3112
      Views

      No one has replied

    • T

      How to use ons-splitter modechange event?
      Onsen UI • onsen2 vanilla js • • Taymindis

      2
      0
      Votes
      2
      Posts
      3735
      Views

      @Taymindis Regarding ons-splitter-side, it supports two modes: collapsed and split. When it’s in collapsed mode it will be hidden from view and can be displayed when the user swipes the screen or taps a button. In split mode the element is always shown. It can be configured to automatically switch between the two modes depending on the screen size. So when the mode changes, that event is fired. Referencing the docs here: https://onsen.io/v2/docs/js/ons-splitter-side.html#event-modechange Shows event.mode returns the current mode. Can be either “collapse” or “split”.
    • T

      Vanilla JS with OnsenUI 2
      Onsen UI • onsen2 vanilla js • • Taymindis

      3
      0
      Votes
      3
      Posts
      4584
      Views

      T

      @Fran-Diox Noted with Thanks :+1:
    • Style your app automatically with Onsen UI
      Monaca & Onsen UI Articles • onsen ui material design vanilla js • • Fran Diox

      10
      0
      Votes
      10
      Posts
      11326
      Views

      @Cipher7 In the CSS components reference you can see all the used classes. Take the one you want and change any property. You can check the DOM as well. If you have more questions, please open a new thread.
    • Preview: New features in Onsen UI beta.7
      Monaca & Onsen UI Articles • onsen ui material design vanilla js • • argelius

      8
      0
      Votes
      8
      Posts
      8666
      Views

      @argelius thanks . Good news.