This topic is locked
[SOLVED]

 Is there a way to make editable a field on list page

6/22/2020 12:31:54 AM
PHPRunner General questions
Myr0n author

Hello everyone

Is there a way to make editable a field on list page but not inline edit mode.

I am showing on my list page 4 fields (A, B, C, D) and I would like that B is always editable while is on list page, B is a checkbox, I tried doing it with
var ctrl = Runner.getControl(pageid,' B ';

ctrl.setEnabled();

but did not work.

even adding an event click on the B field and changing his value.

Somebody could you give me a clue please.

Thank you

HJB 6/22/2020

https://xlinesoft.com/livedemo/inplaceedit/products_list.php
... live demo above is showing EDITING of a CHECKBOX (Yes/No) on the right end of a list page.
https://xlinesoft.com/blog/2015/11/12/in-place-editing/ - is showing the code to do so.
For inspiration purposes only ...

Myr0n author 6/22/2020



> https://xlinesoft.co...oducts_list.php
... live demo above is showing EDITING of a CHECKBOX (Yes/No) on the right end of a list page.
https://xlinesoft.co...-place-editing/ - is showing the code to do so.
For inspiration purposes only ...


Thank you so much, is exactly what I am looking for, I checked in the forum but I forget to check in the blog.