Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

majixHidden und majixDisable verhalten sich gleich #34

Open
digedag opened this issue May 15, 2016 · 0 comments
Open

majixHidden und majixDisable verhalten sich gleich #34

digedag opened this issue May 15, 2016 · 0 comments
Labels

Comments

@digedag
Copy link
Contributor

digedag commented May 15, 2016

In der aktuellen Implementierung ist es nicht möglich, ein Formularelement zu deaktivieren ohne es auszublenden. Die Methode majixDisable() blendet das betroffene Element einfach aus. Damit tut sie exakt das selbe, wie majixHidden().

Meine Ansicht nach sollten bei Formularelementen keine Eingaben mehr möglich sein, und bei sonstigen Elementen sollte die Klick-Handler deaktiviert werden.

    function majixHidden() {
        return $this->buildMajixExecuter('hidden');
    }

    function majixDisable() {
        return $this->buildMajixExecuter('hidden');
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant