search for: channel_channelnote_not

Displaying 1 result from an estimated 1 matches for "channel_channelnote_not".

2013 Nov 14
10
Render to clear textbox
...which is to simply clear a textbox in the view. So I am calling the partial which established the textbox -- but it doesn''t work (i.e. it doesn''t clear the textbox). Does anyone know of a simpler way to do this that might work? Thanks, RVic, partial below: <input id="channel_channelnote_note" name="channel[channelnote_note]" size="15" type="text" value="" onKeyUp="txtBox_onChange(this);" onClick="txtBox_onChange(this);"/> <div class="auto_complete" id="channel_channelnote_note_auto_complete"...