Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 1st, 2012  |  syntax: None  |  size: 0.45 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. SHtml.ajaxForm(
  2.              bind( "updateform",xhtml,
  3.                         "longtitude" -%> SHtml.text(longtitude, s => longtitude = s.trim ),
  4.                         "latitude"  -%> SHtml.text(latitude, s => latitude = s.trim ),
  5.                         "markername"  -%> SHtml.text(markername, s => markername = s.trim),
  6.                         "description" -> SHtml.textarea(description,s => description = s.trim),
  7.                         "submit" -> SHtml.submit("submit",addmarkerrequest)
  8.               ++ <input type="button" Text="sbumit"/>))