Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...ADA Section 508 Code ChangeADA Section 508 Code Change
Previous
 
Next
New Post
11/26/2007 12:18 PM
 

We are in the final stages of creating an ADA Section 508 compliant skin. However to accomplish this we needed to make a small change to a core DNN file.

ADA Section 508 Standards, Section 1194.22, (a) – Rule: 1.1.2:
“All INPUT elements are required to contain the alt attribute or use a LABEL.”

File location:
DNNROOT\admin\Skins\search.ascx

Change:

Original Code (Line 4):
<asp:TextBox id="txtSearch" runat="server" CssClass="NormalTextBox" Columns="20" maxlength="255" enableviewstate="False"></asp:TextBox>&nbsp;

Modified Code (Line 4):
<asp:TextBox id="txtSearch" runat="server" CssClass="NormalTextBox" Columns="20" maxlength="255" enableviewstate="False" alt="Search"></asp:TextBox>&nbsp;

Notice that alt="Search" has now been added to the TextBox control.

We would like this code change to be added to the core DNN code.

How do we go about submitting this request?

Regards,

Adam

 
New Post
11/26/2007 1:21 PM
 

Add a request in http://support.dotnetnuke.com

Peter


Peter Schotman
Cestus Websites voor DotNetNuke oplossingen in Nederland
Contact us for your custom design and skinning work.
 
New Post
11/26/2007 1:36 PM
 

When adding this to Gemini, please note that the most appropriate solution would be to add it as a property in (search.ascx.vb) which can then be set using the xml settings file (skin.xml).  In this way, the value can be set externally for any skin rather than relying on changing of code within core components for the particular alt value.

Cheers


Scott Willhite, Co-Founder DNN

"It is only with the heart that one can see rightly... what is essential is invisible to the eye. "
~ Antoine de Saint-Exupéry

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...ADA Section 508 Code ChangeADA Section 508 Code Change


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out