The agiletoolkit Auth/basic class allow to try to login without any limitation.
And i'm searching a way to limit the number of failed login attempt, i've tried to override some methods of this class but it use ajax reloading so php code is not…
is there any way to use agile toolkit without using js features? I know that we can disable js lib (jUI) but I want to have normal CRUD and grids(without jquery)
In other word, can we use agile as if it was like other frameworks?
I want to use validateField with models but it says Method is not defined for this object!
I code like this:
$user_payment=$this->add("Model_Payment");
$user_payment->getField("amount")
->validateNotNull()
…
As you know we can load a Page in expander in this way:
$g->addColumn('expander','tickets');
But in my situation, the Tickets page have some parameters like this:
?page=tickets&tid=1
how can I load this page with tid parameter?
I had grid reloading working after form submit in a popup, but now I've changed stuff around and for some reason it stopped working and can't figure out why...
EDIT: See comment below...
Basically, the 'details' page used to not be a subpage of this…
Maybe I'm doing this wrong or maybe I'm making this more complicated than it should be? I'm not sure but I downloaded Agile toolkit to make a basic database report grid that some less tech savvy people can look at nicely as I was just going to make…
I'm using ATK4.2.4, I've got a grid with a QuickSearch but it appears to be case-sensitive. However, looking at the example here: http://agiletoolkit.org/codepad/gui/grid it does not behave case-sensitive.
I've tried feeding my grid from a model and…
I'm using Agile Toolkit version 4.2.4 trying to implement the Exchanging rows between grids example found here: https://agiletoolkit.org/doc/grid/interaction
I have created the TSGrid class with the following code:
class TSGrid extends Grid {
…
I have a small app and I need to fix a couple of issues:
Need to set a field with a default sort order. This is the code I have right now
$crud->grid->getColumn('JOB_NO')->makeSortable();
The grid displays the sort icon but I want to set the…
Just started using ATK4 and appreciating it very much so far, but not sure how to do this...
What I am trying to accomplish:
I am outputting a query's results to a grid, one of the fields is 'status', the data will either be '-1' or '1'.
Instead of…
I have a grid that have buttons in one of it's columns like this:
how can I show a lister or a new grid when the button clicked?
$grid=$page->add('Grid');
…
I have 3 tables namely users, items and purchase.
Purchase hasMany('Users') and hasMany('Item'). Now when you
class Model_Purchase extends Model_Table {
public $table = 'purchase';
function init(){
parent::init();
…
I ,installed agiletoolkit yesterday because I like the look of what they offer regarding GUI development.
Unfortunately I could not connect to my MySQL databases.
SQLException
Database connection failed
MySQL error:
php_network_getaddresses:…