Changeset 351
- Timestamp:
- 07/05/12 11:55:47 (13 years ago)
- Location:
- Dev/branches/rest-dojo-ui/client
- Files:
-
- 2 added
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/config
-
Property
svn:ignore
set to
.htaccess.swp
.index.html.swp
-
Property
svn:ignore
set to
-
Dev/branches/rest-dojo-ui/client/config/index.html
r328 r351 17 17 <h1>Configure CouchDB</h1> 18 18 <div> 19 <label for="url">CouchDB URL</label><input type="text" id="url" data-dojo-type="dijit.form.TextBox"/><br/>19 <label for="url">CouchDB URL</label><input type="text" id="url" value="http://localhost:5984/" data-dojo-type="dijit.form.TextBox"/><br/> 20 20 <label for="username">Admin username</label><input type="text" id="username" data-dojo-type="dijit.form.TextBox"/><br/> 21 21 <label for="password">Admin password</label><input type="password" id="password" data-dojo-type="dijit.form.TextBox"/><br/> -
Dev/branches/rest-dojo-ui/client/rft/css/rftIcons.css
r349 r351 1 \/*1 /* 2 2 The icon's parent element class decides the icon size and url. (.rftLargeButton .rftIcon / .rftInlineButton .rftIcon, for example) 3 3 The icon gets two classes: .rftIcon (which sets general spacing/positioning, etc), -
Dev/branches/rest-dojo-ui/client/rft/store.js
r343 r351 161 161 }); 162 162 163 return new CouchStore({target: ' /couchdb/rft/'});163 return new CouchStore({target: 'data/'}); 164 164 165 165 });
Note: See TracChangeset
for help on using the changeset viewer.