add a "clear" and a "reset" buttons around a search form
-
Hello,
Thanks for this great plugin.I have some question.
(1)I would like to add a “clear” and a “reset” buttons around a search form.
The clear button is to delete words inputted on a search form.
Its place is the right of a search form.
→in html, like … <input type=”text” value=””>The reset button is to reset the table to default condition after search.
Its place is the under middle of a search form.
→in javascript, like … resetI know I can do them by only deleting words of a search box, but I think it would be convenient if there were buttons like above mentioned.
(2)There is a “Show entries” function of “Show {10,25,50,100} entries”.
I would like to add “Show all entries” as individual button under the words of “Records 1-XX of XX”.(3)I’m putting a link on each rows against 1 colum. When click a link and a new window open, I would like to open it in a specified size or other settings.
Also, I would like to apply the settings to all of the links of each rows of the 1 colum.
→in javascript, like … window.open(theURL, ”, ‘width=600, top=10, left=200, location=yes, scrollbars=yes, resizable=yes’);Please let me know how can I make above functions.
Best Regards,
- The topic ‘add a "clear" and a "reset" buttons around a search form’ is closed to new replies.