|
Title: readonly on numberbox not work Post by: Opan Mustopah on February 13, 2015, 08:20:46 PM hello again,
why readonly not working on numberbox plugins? i already set readonly options to true, but users still can edited. because if i disabled that element, the value won't sent to server when form is submitted. many thanks for the answer here is my code: Code: <input id="z_gw_estimate" class="easyui-numberbox m numberbox-f textbox-f" type="text" style="width: 100%; height: 30px; display: none;" data-options="precision: 1, readonly: true" textboxname="m_mvo_b_ship_a[z_gw_estimate]" numberboxname="m_mvo_b_ship_a[z_gw_estimate]"> Title: Re: readonly on numberbox not work ['solved'] Post by: Opan Mustopah on February 13, 2015, 08:58:07 PM my false.
sorry |