similar to: javascript onclick for thumbnails

Displaying 20 results from an estimated 100 matches similar to: "javascript onclick for thumbnails"

2006 Mar 25
1
Question about upgrading to rails rc1.1
My current under-developed project is using rails 1.0 and now plan to upgrade to rails rc1.1,the project uses the Rails-engine and Login-engine as the login module,when I update the rails according to http://weblog.rubyonrails.org/articles/2006/03/22/rails-1-1-release-candidate-1-available The project still can not be started,anybody can tell me the reason?very thanksful!And following is the
2006 May 11
0
Delete global variable
Hello, I've got a question to the memory handling of global variables in Asterisk 1.2+. I use e.g. Set(active_${CALLERIDNUM}=1|g) to set a global variable in my dialplan. Later I will use Set(active_${CALLERIDNUM}=|g) to remove my global variable "active_${CALLERIDNUM}". Is the Memory space of variable really free? Or will I rise into a memory problem? Regards Bastian
2006 May 11
4
modelling data to specify user access
Hello, this is my second Rails app, and the first one I did had simple data mapping. This time I am building a site for a photographer, and they want to upload photos, and create galleries that only certain clients can log in and have access to. There will be multiple galleries, and the access to them will vary depending on how the admin assigns it to each client. There is also a porftolio
2006 Mar 25
1
Re: Rails Digest, Vol 18, Issue 656
Here''s an alternative in-depth treatment on setting upo rails on Debian (Ubuntu, Kubuntu, ... ), may be interesting to follow through in more detail for some: The Perfect Rails/debian/lighttpd Stack... ( http://brainspl.at/pages/perfect_vps ) Victor Kane http://awebfactory.com.ar On 3/25/06, rails-request@lists.rubyonrails.org < rails-request@lists.rubyonrails.org> wrote: >
2017 Jun 08
0
failed to call wbcGetpwnam/wbcGetgrnam/wbcGetpwsid WBC_ERR_DOMAIN_NOT_FOUND
Rowland - please, don't get in the way of others being constructive to solving this issue. I do not need to know your opinions. Louis - thanks for your responses. I have just updated to 4.6.4 (4.6.5 isn't in a repo yet) and run samba-tool testparm. Unfortunately, no issues. It also does not fix the underlying issue. As for your other questions: # getent passwd testuser <nothing>
2008 Jan 29
1
wxruby and ActiveRecord
Hello, i''m running wxruby 1.9.4, and i show my ActiveRecord data in a grid (with GridTableBase) (a grid with 30 columns) >From my base Window, i open and close the GridWindow. After several openings and closes, this message appears: c:/Programme/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_ record/base.rb:1860: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13)
2006 Jun 23
0
onclick action for submit_to_remote
http://tr.openmonkey.com/articles/2006/01 says that I can''t use :onclick options for submit_to_remote method in rails from a view. How do I perform javascript validations for such controls supporting Ajax? Regards, Jatinder -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 20
0
text_field_with_auto_complete onclick show dropdown with all options
How could I implement this ... maybe onclick set the value of the text field = '' '' then somehow trigger keydown/up event? Thanks Bruce
2006 May 08
2
inPlaceEditor and onClick Event
Hi all. I have specific situation that I want to made element to be edited in place (i mean I want to wrapped that element Ajax.InPlaceElenment) but i want that inplaceeditor be triggered not clicked in that element but in the other element. e.g. there are two divs and first I want to be inplaced editor but this inplaced editor should be trigerred when i clicked in second divs. How to do it nice?
2006 Apr 20
0
text_field_with_auto_complete onclick show dropdown with all options
How could I implement this ... maybe onclick set the value of the text field = '' '' then somehow trigger keydown/up event? Thanks Bruce
2006 Feb 18
2
Extending the onclick properties with link_to ?
I''m currently using a link_to function to generate an Ajax call. I''d like to be able to introduce other operations that occur upon click but I''m not aware of a way to add to link_to''s funtionality. I have a div which is hidden and would like to set it to be visible before (or after) the Ajax call. -- Posted via http://www.ruby-forum.com/.
2006 Jan 16
2
ruby embedded code replacement for onclick in link?
Is there a ruby embedded code replacement for something like this? <a href="#" onclick="window.open(''http://192.168.78.12:3000/portfolio/show/<%= item.id %>'', ''test'', ''width=660, height=500,resizable=no'')"> <%= image_tag item.image_url, :size => ''200x150'' %></a> Thanks, Dan
2005 Dec 29
0
Newbie: Radiobutton onclick
Hi, I would like to make a simple html which displays the contents of a table from a database. So I put radiobuttons near the titles of the columns to note and do a sorting by that column. But I don''t know how to implement that the clicking on one of the radiobuttons make the sorting. The problem is the view part. How to give a radiobutton to make some action on a click by the helper?
2011 Jan 18
1
Changing gmap marker icons while onclick
Is there any way to change gmap marker icon while onclick and get back its original icon while clicking another marker or map. Suppose, In my gmap, I''m showing events in different colors(icon''s). while clicking a marker the icon should change to yellow and should get back its original color when clicking another marker on the map. -- You received this message because you are
2009 Aug 07
0
change that as onclick
Hi i faced the similar prob b4 1 month and then i find out this solution cange the function from onchange to onclick . this onchange not works with IE7 as well Regards Kunalan Kandiah
2007 Jan 07
0
onclick="Effect.toggle
I am using <a href="#" onclick="Effect.toggle(''one'',''slide''); return false;"> and everything is working fine. I began experimenting to see what other than click here verbage can trigger the effect and images do work. I tried inserting the object code of a SWF file. While the Flash movie does display it negates the effect. There is no
2009 Feb 17
1
How to show div with radio button onclick
I am trying to get a div to show when a radio button is clicked but the problem is that the div is dynamically named. I am using the normal html for a radio button: <input type="radio" name="edit_option" checked="checked" value="this_appt"> Because observe field does not work well with radio buttons. I have tried adding an onclick with the div id:
2009 Aug 07
2
calling a jQuery function from RJS/onclick
Hi, I have the following jQuery function on the head of my page. <script type="text/javascript"> jQuery.noConflict(); /* calling jNice on document ready */ jQuery(document).ready(function($) { $(''div.jNice'').jNice(); }); ..... </script> On page load, this gets called correctly. Now there''s a link on the page that lets me add more
2008 Feb 19
1
adding an onclick option to link_to method
Hello, I''m trying to use the rail link_to to open a popup window and then print the popup window at the same time. Is there a way to add another "onclick" option to tell the popup to print? I know how to do this in javascript but not sure how to use the rails help to do it. I also am aware that the link_to_function method is used to call a javascript function.
2005 Dec 30
2
Radiobutton onclick
Hi, I would like to make a simple html which displays the contents of a table from a database. So I put radiobuttons near the titles of the columns to note and do a sorting by that column. But I don''t know how to implement that the clicking on one of the radiobuttons make the sorting. The problem is the view part. How to give a radiobutton to make some action on a click by the helper?