Navigation

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

    illuminate3

    @illuminate3

    0
    Reputation
    4
    Posts
    767
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    illuminate3 Follow

    Posts made by illuminate3

    • RE: How can I style ons-splitter?

      Thanks! That got me on the right track.

      posted in Onsen UI
      I
      illuminate3
    • How can I style ons-splitter?

      What I was trying to do is use a background image for the main area and have the splitter that reveals/slides in only a solid color. I just cant seem to figure it out. Is this possible to do? If so, how could I go about doing it?

      Thanks!

      posted in Onsen UI
      I
      illuminate3
    • Adding hambuger menu trigger to the CLI splitter template starter
      ➜  monaca create testApp
      ? Choose a category: Onsen UI and Angular 2
      ? Select a template - Press P to see a preview Onsen UI V2 Angular 2 Splitter
      

      First off, I’m a total noob to the js side of the world (php guy here). I’ve been playing with monaca and CLI trying different stuff out but still I’m totally lost.

      I’ve been able to add a page … total struggle to figure out what I needed to copy and paste. UGH

      1. I can’t figure out how the swipe action is being triggered.

      2. More importantly, how do I add a hamburger icon and make it trigger to open the menu like the swipe action does.

      This obviously doesn’t do anythign but through promise errors …

      import {Component} from '@angular/core';
      
      @Component({
        selector: 'ons-page[weather]',
        template: `
          <ons-toolbar>
      
            <div class="left" (click)="menu.open()">
              <ons-toolbar-button>=</ons-toolbar-button>
            </div>
          <div class="right">
            <ons-toolbar-button ng-click="menu.open()" tappable>
              <ons-icon icon="md-menu"></ons-icon>
            </ons-toolbar-button>
          </div>
            <div class="center">
              Weather
            </div>
      
          </ons-toolbar>
      
          <div class="content">
            <p>
              Weather component.
             </p>
          </div>
        `
      })
      export class WeatherPage {
        constructor() {}
      }
      
      
      
      posted in Developer Corner
      I
      illuminate3
    • monaca localkit

      Monaca will let me upload 1 project every few hours or so … but then keeps dieing when I try to push another project.

      Upload is just an OK button for an error.

      Remote Build gives me {} for a response and an OK button for error …

      Extremely frustrating since I have no idea what is actually the problem. I have also logged this on github.

      posted in Monaca Tools
      I
      illuminate3