lab2023 / jasius

Jasi.us is open source, cloud, document management web application
jasi.us
Other
7 stars 1 forks source link

Support boolean data type with check box #41

Open onurozgurozkan opened 13 years ago

onurozgurozkan commented 13 years ago

Problem checkbox post 'on' value when checked and post anything when not checked.

Solutions

kucukm commented 13 years ago

I think, fixed the update methods at Jasius model data class because we add a new feature adding new proprerty or remove property.

kucukm commented 13 years ago

this solution in extjs

http://stackoverflow.com/questions/1267667/boolean-fields-broken-in-ext-or-ext-scaffold

maybe use this solution

kucukm commented 13 years ago

Textarea same working. For example I write something in text area and clean all text and save with successfull. But text area is requried.

kucukm commented 12 years ago

I think. if content update and insert method, Posta data compare with property list. check box not post. if property is checkbox and not post , set data value false. if property is different checkbox, not insert or delete or set Null value.

onurozgurozkan commented 12 years ago

we can try radio button