|
Title: disable only textbox without button textbox Post by: Opan Mustopah on January 27, 2015, 09:08:23 AM hello again,
i have a texbox with button, and i want to disable only textbox element. when i set textbox with disable, the button is disabled too. how to do that? many thanks for the answer Title: Re: disable only textbox without button textbox Post by: stworthy on January 27, 2015, 11:41:56 PM Please set the 'editable' property to false.
Title: Re: disable only textbox without button textbox Post by: Opan Mustopah on January 28, 2015, 12:40:41 AM thanks stworthy :D
i miss there is property editable on textbox |