Loading...
Uploaded by ubuntudevelopers on Oct 17, 2009
Uploaded by blip.tv.
Entertainment
Standard YouTube License
CouchGrid's don't have a method for this so I do.
ids=self.couchgrid.selected_record_ids
self.database.delete_record(ids[0])
self.couchgrid.record_type=record_type
I get the record, then use the CouchDatabase to delete the record, then force the CouchGrid to refresh by setting the record_type variable.
ackondro 2 years ago
how do you delete a row?
JeroenVermeylen 2 years ago
after you've installed quickly:
$quickly tutorial ubuntu-project
this will launch a walk through that includes packaging (part three of the tutorial, I think)
moephan 2 years ago
Nice tutorial. Where can I find more examples?
cuyinthebox 2 years ago
This is really nice :)
designernasser 2 years ago
Load more suggestions
CouchGrid's don't have a method for this so I do.
ids=self.couchgrid.selected_record_ids
self.database.delete_record(ids[0])
self.couchgrid.record_type=record_type
I get the record, then use the CouchDatabase to delete the record, then force the CouchGrid to refresh by setting the record_type variable.
ackondro 2 years ago
how do you delete a row?
JeroenVermeylen 2 years ago
after you've installed quickly:
$quickly tutorial ubuntu-project
this will launch a walk through that includes packaging (part three of the tutorial, I think)
moephan 2 years ago
Nice tutorial. Where can I find more examples?
cuyinthebox 2 years ago
This is really nice :)
designernasser 2 years ago