Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. Taymindis
    3. Topics
    T
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Taymindis

    • T

      How to customized Onsen CSS
      Onsen UI • • Taymindis

      6
      0
      Votes
      6
      Posts
      4705
      Views

      T

      @munsterlander Hi, I am not sure, i just change color theme and applied to one of the OnsenUI2 Todo Sample which done by Fran Diox then It’s alignment wrong. After that, I clone the css-component theme roller and build the server locally and it is working fine already. I have no idea which goes wrong as css file is too big, but I tried to different with both theme file. There are a lot of naming are different. I believe the latest build is different with the link you sent to me. This is the one i am currently using and it working fine, you could download the themefile from here and compare the theme file from the link, you will spot the different. https://github.com/OnsenUI/OnsenUI/tree/master/css-components
    • T

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

      3
      0
      Votes
      3
      Posts
      4341
      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
      2634
      Views

      No one has replied

    • T

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

      2
      0
      Votes
      2
      Posts
      3133
      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

      Draggable onsen-item in onsen-list
      Onsen UI • onsen ui onsen2 • • Taymindis

      2
      0
      Votes
      2
      Posts
      2836
      Views

      @Taymindis There is no drag & drop built in feature. You can use any other JS library for that.
    • T

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

      3
      0
      Votes
      3
      Posts
      3780
      Views

      T

      @Fran-Diox Noted with Thanks :+1: