Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. paul
    P
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    paul

    @paul

    0
    Reputation
    8
    Posts
    1292
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    paul Follow

    Posts made by paul

    • RE: ons-input font-size or width

      Thanks a lot, Fran.
      for width: 300px, it did work.

      But for font-size: 22px, even i change to font-size: 100px, the font still doesn’t change at all except the input height has changed.

      is there something i missed?
      Thanks.

      posted in Onsen UI
      P
      paul
    • ons-input font-size or width

      Hi,
      is there any way we can change the ons-input font-size or width?

      thanks.

      posted in Onsen UI
      P
      paul
    • ons-input modifier question.

      In this ons-input documentation, there are 2 modifiers: material, and underbar.
      But after testing, i didn’t see any change. Is there something I missed?

      Thanks.

      posted in Onsen UI
      P
      paul
    • RE: "ons-bottom-toolbar" doesn't work

      Thanks a lot!
      The workaround works, thanks!

      posted in Onsen UI
      P
      paul
    • "ons-bottom-toolbar" doesn't work

      Hi, the following “ons-bottom-toolbar” doesn’t work.
      Did I mistake the usage? Or is it an issue for “ons-bottom-toolbar” in v2?
      Thanks.

      <ons-page>
        <ons-toolbar>
          <div class="left">
            <ons-toolbar-button>
              <ons-icon icon="md-menu"></ons-icon>
            </ons-toolbar-button>
          </div>
          <div class="center">Buttons</div>
          <div class="right">
            <ons-toolbar-button>Button</ons-toolbar-button>
          </div>
        </ons-toolbar>
      
        <section style="padding: 8px">
          <ons-button modifier="quiet">quiet</ons-button>
          <ons-button>Default</ons-button>
          <p></p>
          <ons-button modifier="large--quiet">large--quiet / material--flat</ons-button>
          <p></p>
          <ons-button modifier="large">large</ons-button>
        </section>
      
        <ons-bottom-toolbar>
          <div class="left">
            <ons-toolbar-button>
              <ons-icon icon="md-menu"></ons-icon>
            </ons-toolbar-button>
          </div>
          <div class="center">Buttons</div>
          <div class="right">
            <ons-toolbar-button>Button</ons-toolbar-button>
          </div>
        </ons-bottom-toolbar>
      
      </ons-page>
      
      posted in Onsen UI
      P
      paul
    • TypeScript Definition for Onsen v2.0?

      Since v2.0 is RC now, will there be TypeScript Definition for Onsen v2.0?
      Cause I’ve noticed that there’s huge difference in ons-navigator NavigatorView’s methods and properties.

      For example, in v1.x, there is method getCurrentPage in NavigatorView, however, there’s no such method in v2.0 RC which makes my code compatibility fail.

      Thanks.

      posted in Onsen UI
      P
      paul
    • RE: Onsen UI has been definitely typed! Developing with TypeScript

      Will there be TypeScript Definition for Onsen v2.0?

      posted in News & Announcements
      P
      paul
    • RE: Onsen UI now supports Windows Phone 8.1!

      Hi, you mentioned IntelliSense for Visual Studio? how do I install it? thanks.

      posted in News & Announcements
      P
      paul