What is the best approach to change the format of the input fields when add/edit is selected?
I'd like to place "First Name", "Last Name" etc on the same line, and change styles etc.
thanks in advance
-rp
⚠ In case you've missed it we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This forum is read-only and soon will be archived. ⚠
drinkingwine hasn't added any friends yet.
07 January 2020 - 07:36 PM
What is the best approach to change the format of the input fields when add/edit is selected?
I'd like to place "First Name", "Last Name" etc on the same line, and change styles etc.
thanks in advance
-rp
17 December 2019 - 03:21 PM
In the public function clients_management, I have setup a setActionButton with an action of "chart".
Function chart defines two grids, notes and psa.
First grid, notes
When i add or edit a record, with setTexteditor set, the form does nothing. Clicking on add or edit just keeps the same grid up.
Any ideas?
Do I have to use some callback function?
Thanks in advance.
16 December 2019 - 06:47 PM
Using the unsetBootstrap() causes the more function to no longer work.
If I add to the crud output php file, the style cdn, https://stackpath.bo...tstrap.min.css, the styles are there but again, more function no longer works.
When I uncomment the unsetBootstrap the more function works.
Suggestions?
15 October 2019 - 02:40 PM
Hello Folks,
I'm very new to CRUD and have, what I hope is a simple question.
When I press the ADD button, the fields in the table are displayed.
I add button calls the controller/function and passes a record number for the column Account
I would to fill in this number on the add screen.
Please see the attached screen grabs.
Thanks in advance.
-ralph
01 October 2019 - 05:04 PM
When I do an add offices on the example for multigrid, the record is written to the database, but the screen remains on the add record page.
I'm using MAMP pro and have the config.php set as follows
$config['base_url'] = 'http://crud:8888/';
$config['index_page'] = 'index.php';
I cleared browser cache and still have the issue.
Suggestions?
Thanks in advance
-ralph