Giter Site home page Giter Site logo

Comments (7)

StrahilKazlachev avatar StrahilKazlachev commented on July 17, 2024 2
  1. Yes, there is no way to pass custom data.
  2. I don't understand verify. To verify what? When calling .ok()/.cancel() if the VM implements .canDeactivate, that hook will be called with a DialogCloseResult. So you can see what intention it is being closed with, and prevent the closing if needed by returning false.
  3. The keyboard logic is all in the default Renderer implementation. And yes some Renderer options are mixed in the general ones, this has been since day one.

from dialog.

StrahilKazlachev avatar StrahilKazlachev commented on July 17, 2024 2

Now that I think about it, both canDeactivate and deactivate hooks are called with DialogCloseResult. So you can manipulate the .output field - definitelyprobably not intended and feels like a hack but it is doable, since we are not freezing the result object(don't think we'll do it).

from dialog.

pape87 avatar pape87 commented on July 17, 2024 1

Yes this solved my issue. I've added some info to the docs about the canDeactivate result parameter.

Thank you

from dialog.

Alexander-Taran avatar Alexander-Taran commented on July 17, 2024 1

@pape87 thanks for your help with docs (-:

from dialog.

Alexander-Taran avatar Alexander-Taran commented on July 17, 2024

Oh my!!
and it is referenced in the docs
http://aurelia.io/docs/plugins/dialog#lifecycle-hooks

never knew

from dialog.

Alexander-Taran avatar Alexander-Taran commented on July 17, 2024

@pape87 do you think this satisfies you?

from dialog.

Alexander-Taran avatar Alexander-Taran commented on July 17, 2024

@pape87 take a look at this comment about interfaces available for dialog vm
aurelia/framework#874 (comment)

from dialog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.