The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to add check all in my script
hi,
i programed a script have check box behind every item i need to add button to sellect all and another button to deselect all i added this but its not work HTML Code:
<span onclick="checkall(true)">select_all</span> <span onclick="checkall(false)">deselect_all</span> |
#2
|
||||
|
||||
And you've defined the function checkall in the page? You can't just add those lines. You need to use javascript to select all or deselect all, so you need some code to do this, not just a couple of lines like you have.
|
#3
|
|||
|
|||
i know that
i used this function from /clientscript/vbulletin_global.js?v=382 --------------- Added [DATE]1252898168[/DATE] at [TIME]1252898168[/TIME] --------------- i had make it HTML Code:
<input type="checkbox" name="allbox" onclick="js_check_all(this.form)" />
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|