Revision history [back]

click to hide/show revision 1
initial version

answered 2015-10-02 05:03:45 +0800

bbolek gravatar image bbolek

Hello;

You can use readonly and disabled like this..

<textbox value="@bind(vm.field1)" readonly="@load(not vm.hasPermission)" disabled="@load(not vm.hasPermission)"/>

PS: Not tested..

Hello;

You can use readonly and disabled like this..

<textbox value="@bind(vm.field1)" readonly="@load(not vm.hasPermission)" disabled="@load(not vm.hasPermission)"/>

vm.hasPermission)"/>

PS: Not tested..

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More