Hi,
i can't add a new input like "Notes".
I copy :
- public $_Note=array(); to public $_Otherinformationofinterest=array();
- the class Note.php to Otherinformationofinterest.php and change the name of the class inside.
- the table dbnote to dbotherinformationofinterest
But, i can't have the new input...
I have no error and i can't move the input "Notes" where i want upper other input.
Can-you help me ?
Thk.
The Note is not just a field.
It is a complex structured table.
It is designed is the drawNotesFromObject() function in /view/objectDetail.php.
You must reproduce this part of code, and the calling of the function.
You'll also have to reproduce refresh calling in /view/js/projector.js.
No as easy as it semmeds 🙁