Navigation

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

    Posts made by koheiokazaki

    • RE: ons-alert-dialog

      sorry I can do that…

      buttonLabels: [‘No’, ‘Yes’]

      posted in Angular 2
      K
      koheiokazaki
    • RE: ons-alert-dialog

      I have a question.

      I wanna change confirm message “cancel” and “OK” , is this can that?

      posted in Angular 2
      K
      koheiokazaki
    • RE: ons-alert-dialog

      this is incorrect.

        confirm() {
          onsNotification.confirm({
            message: 'This dialog can be canceled by tapping the background or using the back button on your device.',
            cancelable: true,
            callback: i => {
              if (i == -1) {  // here this is not cancelled.  1 is correct.
                onsNotification.alert({message: 'You canceled it!'});
              }
            }
          });
        }
      
      posted in Angular 2
      K
      koheiokazaki
    • RE: ons-carousel

      I want to use postchange. But I can’t understand how to use event.

      posted in Angular 2
      K
      koheiokazaki