Coder Social home page Coder Social logo

Comments (6)

AydinHassan avatar AydinHassan commented on June 12, 2024

Hello, unfortunately that is not currently possible. You would have to customise a lot of the components to make that work.

I'd probably start with creating a new menu item and customise the select action:

public function getSelectAction() : ?callable

This is what is triggered when you "select" the item. Note that you will need to manually construct the CliMenu instance. You might also need to replicate some of the code in this method too:

public function addSubMenu(string $text, \Closure $callback) : self

from cli-menu.

vesper8 avatar vesper8 commented on June 12, 2024

Thank you for the help! Sounds a bit daunting but at least you think it is possible? It would be a nice addition to cli-menu IMO. I may give it a crack

from cli-menu.

vesper8 avatar vesper8 commented on June 12, 2024

@AydinHassan Could you perhaps say a few more words though about why this isn't currently possible, and what would need to change (what I would need to add) in order to make it possible?

Is it not possible only because I am dealing with a sub-menu?

from cli-menu.

AydinHassan avatar AydinHassan commented on June 12, 2024

@vesper8 each menu type (https://github.com/php-school/cli-menu/tree/master/src/MenuItem) has a method getSelectAction - in the case of normal selectable items, you provide the callable to be executed. In the case of submenu's the action is not customisable - it is closure which opens the menu, see my first link in the previous comment.

We could allow to specify a custom callback for when a submenu is selected but we would need to flesh out the order in which this should happen, should the user function be executed before or after the sub menu is opened? Should the user function just be passed the default action and they can just run that as and when they want?

Overall I'm not entirely sure we need this as a feature, I'd like to see an implementation before I decide if the complexity is worth it. I appreciate it might not be worth your effort in that case, so that's your call 😃

from cli-menu.

vesper8 avatar vesper8 commented on June 12, 2024

Ok thanks for the clarification @AydinHassan

Before I decide whether I want to give this a shot, can you see an alternative way of achieving what I want to do with another type of menu item?

For me it really doesn't have to be a sub-menu.. The desired outcome is that upon clicking a menu item, I am given a list of freshly-generated options, and upon clicking any of those options, an action is immediately executed.

Is there a way to achieve this right now?

from cli-menu.

AydinHassan avatar AydinHassan commented on June 12, 2024

@vesper8 no there is no other way

from cli-menu.

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.