Most voted "actions" questions
11 questions
Sort by count of
-
3
votes1
answer208
views500 Action does not contain method named
I’m making an action call but I get Exception that the method doesn’t exist in Action: 500 Action[/historicoAction] does not contain method named listar Would anyone know what’s going on? Follows…
-
3
votes1
answer204
viewsChange the operation of the hook myCRED Gravity Forms
I have a site with a scoring system using the plugin for Wordpress myCRED and Gravity Forms. Mycred offers a hook to automatically give pre-defined points to users each time they send a message via…
-
1
votes2
answers84
viewsHow to insert a REQUIRE in this function?
How do I insert a require in this Wordpress function for menu in administration? add_action('admin_menu', function() { # $page_title, $menu_title, $capability, $menu_slug, $function = '', $icon_url…
-
1
votes2
answers206
viewsSet Actionlist Enabled Property to True
I store in a table the name of my actions, and dynamically through a query, I return them on screen, as follows: declare a variable of type: MinhaACL : TAction; Begin MinhaACL :=…
-
1
votes1
answer62
viewsCreate Actions list with parameters and then run it
I would like to create a list of Actions with parameters and then do a foreach in this list and exit executing the methods, each with their respective parameters. Something more or less with the…
-
0
votes0
answers57
viewsLoan logic in a library
I’m looking to do a logic of a library book loan, I made a scaffold for book one for user and another for loan. In the list of books in each book has a loaner button when I click it takes the id and…
-
0
votes1
answer635
viewsPutting more than one SUBMIT input into an HTML form
I have on my page a form (form) with an already determined action and an input button. <form id="educForm1" name="educForm1" action="<?php echo ROOT . 'educacao' ?>/enviaemail"…
-
0
votes0
answers158
viewsCreating routes (controller/id/action) in c#
I’m trying to create a very specific route on a page of my project. As usual, routes on . NET are controller/action/id but on a specific page I would like it to be controller/id/action. What I got…
-
0
votes1
answer142
viewsAjax warns success but does not insert data
I already made an Insert without using ajax and it worked normal, when I used ajax and returned success I thought it was all right but when I went to look in the database the data were not there JS…
-
0
votes1
answer62
viewsDo an if for another line
I have this e-mail sending code and the attachment, it is working perfectly when I send the email along with the attachment, but if I do not send attachment it an error, I believe it is on account…
-
0
votes1
answer48
viewsCreate List of actions already passing the parameters and then run them as parameters passed
I wanted to know if there is the possibility of creating a list of Actions already passing its parameters to execution, because the number that I will pass to the execution of the same can be…