Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1.  
  2. <xf:action ev:event="xforms-ready"><xf:setfocus control="search-field"/></xf:action>
  3. </xf:model></head>
  4. <body><xf:input ref="instance('search-params')/seaerchphrase" id="search-field">
  5. <xf:label> search string:</xf:label>
  6. <xf:action ev:event="DOMActivate"><xf:send submission="search-ex"/>
  7. </xf:action>
  8. </xf:input>
  9. <xf:submit submission="search-ex"><xf:label>search</xf:label></xf:submit>
  10. <body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement