custom field in page header

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
nait
User
Posts: 47

custom field in page header

Post by nait »

hi

is it possible to create an input field that is standalone in the header of the list page.

the reason i would like to do this as it will be used to post to a php script that does a global update of checked rows based on the the single value in the standalone input field.

the post works with selection but i don't want users to have to enter each row to set the value to include with every row.

many thanks

nait


Webmaster
User
Posts: 9427

Post by Webmaster »

Use Startup Script (see Server Events and Client Scripts in the help file) for the page and use jQuery to insert a textbox at where you want (if you submit the selected records by HTTP POST, you should insert inside the HTML form so that the value of the textbox will also be submitted automatically), read:
http://api.jquery.com/category/manipula ... n-outside/


nait
User
Posts: 47

Post by nait »

i figured this out

many thanks for your help again


Post Reply