Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Dojo Base - FX - Highlight Container Basic JS question (from a Newbie LOL!!!)

Started 12 months ago by MadManMcCann
Dear JS Experts :-) (did you notice that I started by creeping) This is a real simple question for you i'm sure: I'm using the Dojo Base FX Animate Property Highlight Container as exampled on: http://dojocampus.org/explorer/#Dojo_FX_Animate%20 Property_Highlight%20C... It works great on my site, although I have two fields which I would like as TextArea not standard text fields. This ...
Site: Forums | The Dojo Toolkit  Forums | The Dojo Toolkit - site profile
Forum: Dojo Core Support  Dojo Core Support - forum profile
Total authors: 3 authors
Total thread posts: 6 posts
Thread activity: no new posts during last week
Domain info for: dojotoolkit.org

Other posts in this thread:

ttrenka replied 12 months ago
dojo.query(".container input[type=text], .container textarea") There you go.

MadManMcCann replied 12 months ago
Hello and thank you so much for the suggestion. I applied the code, which looks good, although it doesn't work for what I need here...any ideas why??? Below is a section of my code, it's basically for a form which works well (using the dojo Highlihgt container example) although if you apply a textarea to the form the highlight funtion only works for the text fields on the form not textarea's...

MadManMcCann replied 11 months, 2 weeks ago
Thanks again for your reply. Please could you check my last reply to you and let me know what you think. As it looks as though I am still missing something here. Please let me know what you think :-) Happy Christmas!!!!

PixelDave replied 2 months, 4 weeks ago
Okay, the answer given above was almost correct - it was just the syntax that was a little off. The line should read: dojo.query(".container input[type=text], textarea", That works.

PixelDave replied 2 months, 4 weeks ago
dojo.query(".container input[type=text], textarea",

 

Top contributing authors

Name
Posts
MadManMcCann
3
user's latest post:
Dojo Base - FX - Highlight...
Published (2008-12-17 17:19:00)
Thanks again for your reply. Please could you check my last reply to you and let me know what you think. As it looks as though I am still missing something here. Please let me know what you think :-) Happy Christmas!!!!
PixelDave
2
user's latest post:
Dojo Base - FX - Highlight...
Published (2009-09-05 18:23:00)
dojo.query(".container input[type=text], textarea",
ttrenka
1
user's latest post:
Dojo Base - FX - Highlight...
Published (2008-12-03 22:54:00)
dojo.query(".container input[type=text], .container textarea") There you go.

Related threads on "Forums | The Dojo Toolkit":

Related threads on other sites:

Thread profile page for "Dojo Base - FX - Highlight Container Basic JS question (from a Newbie LOL!!!)" on http://www.dojotoolkit.org. This report page is a snippet summary view from a single thread "Dojo Base - FX - Highlight Container Basic JS question (from a Newbie LOL!!!)", located on the Message Board at http://www.dojotoolkit.org. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity