Skip to Content
Adobe® Dreamweaver® CS4 Bible
book

Adobe® Dreamweaver® CS4 Bible

by Joseph Lowery
March 2009
Beginner to intermediate
1321 pages
46h 24m
English
Wiley
Content preview from Adobe® Dreamweaver® CS4 Bible
681
Powering Ajax Pages with Spry
17
Using Validation Widgets with Tables
M
any designers use two- or three-column tables to keep their forms neat and tidy—and you’ll need to do
a little code manipulation to get Spry Validation widgets to fit within that structure. Say that you have a
three-column table, with the first column intended for labels, the second for the form field, and the third for
validation error messages. The best technique that I have discovered for integrating Spry Validation widgets
into such a table is to begin by placing the widget in the middle cell of the row. Assuming you have a label in
the first column, your code will look like this:
<tr>
<td>Name:</td>
<td><span id=”sprytextfield1”>
<input type=”text” name=”text1” id=”text1” />
<span class=”textfieldRequiredMsg”>A value is required.</span></span></td>
<td>&nbsp;</td>
</tr>
Next, move the id attribute, here id=”sprytextfield1”, from the outer <span> tag to the <tr> tag.
Then, delete the outer <span> tags; because you’ve identified the entire row with the Spry ID, these are no
longer necessary. Finally, move the <span> tag with the required message to the third column. Your final
code will look like this:
<tr id=”sprytextfield1”>
<td>Name:</td>
<td><input type=”text” name=”text1” id=”text1” /></td>
<td><span class=”textfieldRequiredMsg”>A value is required.</span></td>
</tr>
Unfortunately, this rearrangement of the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Adobe® Dreamweaver® CS5 Bible

Adobe® Dreamweaver® CS5 Bible

Joseph W. Lowery
Dreamweaver® CS3 Bible

Dreamweaver® CS3 Bible

Joseph W. Lowery
Dreamweaver CS6 Bible

Dreamweaver CS6 Bible

Joseph W. Lowery

Publisher Resources

ISBN: 9780470382523Purchase book