Different Edit-Tag in List and Add/Edit

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
digitalphotoworld
User
Posts: 416
Location: Nürnberg/Germany

Different Edit-Tag in List and Add/Edit

Post by digitalphotoworld »

Is it possible to have a diffrent Edit-Tag in listpage than in the Add/Edit-Page?

In listpage I would like to have a select-field. The user could choose only an item that is allready in the selectlist. But in the add/edit-page the user should have a textfield for typing what else they want.

As workaround, at the moment I generate the pages with diffrent settings. But after each re-generating of the project, I have to do this two steps again.

Is there an easier solution with a server-event?


Webmaster
User
Posts: 9427

Post by Webmaster »

Use Startup Script and jQuery in Adit/Edit page to replace the SELECT tag with an INPUT tag.


Post Reply