Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Add a input like "N...
 
Notifications
Clear all

Add a input like "Notes".

2 Posts
2 Users
0 Reactions
4,899 Views
(@mbellard)
Posts: 5
Active Member
Topic starter
 
[#1295]

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.


 
Posted : 29 Jul 2013 17H57
(@babynus)
Posts: 14952
Member Admin
 

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 🙁


 
Posted : 29 Jul 2013 21H08
Share:

Scroll to Top