- SHtml.ajaxForm(
- bind( "updateform",xhtml,
- "longtitude" -%> SHtml.text(longtitude, s => longtitude = s.trim ),
- "latitude" -%> SHtml.text(latitude, s => latitude = s.trim ),
- "markername" -%> SHtml.text(markername, s => markername = s.trim),
- "description" -> SHtml.textarea(description,s => description = s.trim),
- "submit" -> SHtml.submit("submit",addmarkerrequest)
- ++ <input type="button" Text="sbumit"/>))