Displaying 2 results from an estimated 2 matches for "toggel".
Did you mean:
toggle
2004 Jan 22
1
chan_capi: suppress calling number on outbound dialing?
Hi,
I just wonder, if it is possible, to suppress my own number on outbound
dials with chan_capi. I took a look into the sources and think it might
work with toggeling the "@" in front of the outbound msn in the
dialstring. (Dial(CAPI/@msn... vs. Dial(CAPI/msn...
But it doesn't work. Maybee I'm wrong and misunderstood the code.
Thanks for any answers!
Karsten
2006 Apr 05
7
Conditional toggle button
I have a link_to_remote that updates the content of a hidden div and
makes it appear.. But I want it to hide the div and not execute the
link_to_remote function on the second click. What''s the best way to do
this? I''m thinking I can do it in RJS maybe, but I''m not sure if
there''s a nice Rails-y way to tell if a div is hidden or not..
I''d also