Skip to content

Instantly share code, notes, and snippets.

@milesegan
Created August 16, 2010 01:14
Show Gist options
  • Save milesegan/526204 to your computer and use it in GitHub Desktop.
Save milesegan/526204 to your computer and use it in GitHub Desktop.
<lift:surround with="default" at="content">
<lift:comet type="Chat">
<h3>welcome to lift chat</h3>
<ul id="ul_dude">
<chat:line></chat:line>
</ul>
<lift:form>
<chat:input/>
<input type="submit" value="chat"/>
</lift:form>
</lift:comet>
</lift:surround>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment