CakePHP
Downloads
Latest Release
CakePHP 1.2
Download
|
Tickets
CakePHP 1.3
Download
|
Tickets
CakePHP 2.0
Tickets
Documentation
API
1.1
|
1.2
|
1.3
|
2.0
Book
1.1
|
1.2
|
1.3
|
2.0
Tickets
Translations
Community
Bakery
Contributors
Google Groups
Logo
Planet
Q & A
TV (Screencasts)
Services
Certification
Consultation
Support
Training
Login
Register
About CakePHP
Donate
Find
Category
News
Articles
Code
Case Studies
Tutorials
General Interest
Components
Helpers
Models
Plugins
Snippets
Behaviors
The Bakery
Everything CakePHP
All articles
Categories
Users
User Profile
User
krishan_babbar
Location
Chandigarh, India
Time Zone
(GMT 5.5): India, Sri Lanka
URL
http://babbarkrishan.blogs.friendster.com/babbarkrishan/
Bio
http://babbarkrishan.blogs.friendster.com/babbarkrishan/
Recent Comments
Posted 19/04/2007 12:53am
I am using following code:
$th = Array ('
if((this.form.elements[i].type==\'checkbox\')&&(this.form.elements[i].name.indexOf(\'box_\')==0))
this.form.elements[i].checked=this.checked;">',
$pagination->sortBy('category_name',"Category Name","Category"),
"Subcategory",
$pagination->sortBy('status',"Status","Category"),
);
echo ($html->tableHeaders($th, Array('class' => "listing_header"), Array('class' => "listing_header")));
My question is:
how can i give my CSS for particular "sort link"?
in above code i gave CSS which applied for
and
but i am not able to give CSS for link say "Status". It is taking default CSS given for
tag.
Please help.
Early response will be appreciated.
Thanks
Krishan Babbar
Report this
View article
$th = Array (' if((this.form.elements[i].type==\'checkbox\')&&(this.form.elements[i].name.indexOf(\'box_\')==0))
this.form.elements[i].checked=this.checked;">',
$pagination->sortBy('category_name',"Category Name","Category"),
"Subcategory",
$pagination->sortBy('status',"Status","Category"),
);
echo ($html->tableHeaders($th, Array('class' => "listing_header"), Array('class' => "listing_header")));
My question is:
how can i give my CSS for particular "sort link"?
in above code i gave CSS which applied for
Please help.
Early response will be appreciated.
Thanks
Krishan Babbar
Latest Articles
Latest Code
Latest News
Latest Comments
Powered by Blazon © 2010 Cake Development Corporation
Bakery website © 2006-2010 Cake Software Foundation, Inc.