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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Captcha Css class question.Captcha Css class question.
Previous
 
Next
New Post
1/25/2009 8:40 PM
 

Apologies if this is in the wrong forum! I have noticed that when I use Captcha...the rendered TextBox control that is used to supply the captcha answer does not have a class specified. Generally the TextBox class I see is NormalTextBox. So changes to my skin do not affect this TextBox control...which in my case causes the textbox to "disappear" from the page. Actually it is on the page...it just looks invisible...no borders or white borders! I have looked for a page or control that contains the Captcha HTML...but cannot locate it...and yes I am new to DNN. Can some just tell me where I need to look. Thanks.

 
New Post
1/30/2009 6:58 PM
 

I downloaded the source and found the following in the Render method of the CaptchaControl control class...no class has been specified. I know this is very minor...but it does affect skinning.

'Render text box <input> Tag
writer.AddAttribute(HtmlTextWriterAttribute.Type, "text")
writer.AddAttribute(HtmlTextWriterAttribute.Style, "width:" + Width.ToString)
writer.AddAttribute(HtmlTextWriterAttribute.Maxlength, _CaptchaText.Length.ToString)
writer.AddAttribute(HtmlTextWriterAttribute.Name, Me.UniqueID)

...can we get this added to the source tree/builds...writer.AddAttribute(HtmlTextWriterAttribute.Class, "NormalTextBox")...or however else it should be handled. I am new to DNN...but after reviewing some source...why no WITH blocks? Don't like them?

With writer
  .AddAttribute(HtmlTextWriterAttribute.Type, "text")
  .AddAttribute(HtmlTextWriterAttribute.Class, "NormalTextBox")
  .AddAttribute(HtmlTextWriterAttribute.Style, "width:" + Width.ToString)
  .AddAttribute(HtmlTextWriterAttribute.Maxlength, _CaptchaText.Length.ToString)
  .AddAttribute(HtmlTextWriterAttribute.Name, Me.UniqueID)

End With

 

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Captcha Css class question.Captcha Css class question.


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