[Rails] form_tag & form_remote_tag html id



Hello,

Is there a way to set the html element id for the form_tag and
form_remote_tag on the server side?

I want to have this resultant html...

<form id='something' ...
....
</form>

Thank you,
Brian Takita

.



Relevant Pages

  • Accessing BODY element from server side code?
    ... I've been trying to access the html element "Body" in my server side ... I've searched the archives of this group and have been able to ... I am want to raise an event at client side and want to ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: local language
    ... the server sends an actula Content-Type HTTP header that conflicts ... as an attribute of an HTML element, though non-conforming by HTML 4 specs, is so common that browsers actually recognize it and honor it. ... Intentionally server without charset parameter in HTTP headers. ...
    (alt.html)
  • Re: Create an IFRAME Dynamically
    ... > words creating the HTML element in the server side code? ... Please delete "REMOVE" from the e-mail address when replying. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Javascript code
    ... With ASP.NET javascript generate serverside is very simple. ... You can use RegisterClientScriptBlock or RegisterStartupScript method. ... For Javascript fired by html element you can make this element runat server ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Set html field value
    ... server side, then there most likely is an object that represents the field ... find the HTML element through Javascript, (through the all collection on the ... > You can Request.Querystring to get an html field value, how can you set the value from a webform? ...
    (microsoft.public.dotnet.languages.csharp)