Skip to content

Instantly share code, notes, and snippets.

@cswing
cswing / ViewModel.html
Created March 10, 2012 04:27
Dojo: Implementing a ViewModelStore
<!DOCTYPE html>
<!--
Copyright Craig Swing, 2012. All rights reserved.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.7/dojo/resources/dojo.css" />
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.7/dijit/themes/dijit.css" />
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.7/dijit/themes/claro/claro.css" />