Displaying 2 results from an estimated 2 matches for "hideme".
Did you mean:
hidemi
2006 Jul 18
2
Turn element hidden by default (ajax question)
(this is my first post on the ruby forum. If this is not the right place
for this type of question please let me know).
Ajax question
I have a checkbox that toggles the visibility of another element (a text
field) with the code:
---
<p><label for="checkbox">Appear!</label>
<%= check_box :object_name, :method, :onClick =>
2004 Mar 20
5
namespace for File, Process?
Hi all,
A user on IRC expressed an opinion that I''ve been considering myself. That
is, for the Win32::File and Win32::Process classes, simply extend the
existing File and Process classes, i.e. don''t put them under the Win32
namespace. That way, you don''t have to explicitly state
Win32::File.hidden?, for example. You could just do File.hidden?.
I guess for