Displaying 3 results from an estimated 3 matches for "in_your_classroom_links".
Did you mean:
in_your_classroom_link
2006 May 30
4
Hide parent element
I have some code that calls a partial to display one or more blocks
within a div tag. I want to have a close button (or cancel link) that
will fade that block but leave the others. Here is the code:
LINK:
<%= link_to_remote "Add Miscellaneous Link", :url => { :action =>
:add_iyc_link } %>
add_iyc_link.rjs:
page.insert_html :bottom, ''links'', :partial
2006 Jun 13
2
Using Modules
I have setup my application so that the "admin" area is a module
(app/worm/ -> admin area) and the "site" area is in the app/ folder.
When I try to submit a basic form to the database it says:
This error occured while loading the following files:
worm/in_your_classroom_link.rb
Which I think this means is that it is looking for a worm module in my
models folder. Why
2006 Jun 14
1
Loop to insert into database
I have a form that will display a brief description of a topic and
provide links (1 to many) for that topic. So I currently have two
tables Articles and Links. I also some stuff on the form that will add
links to the form so that you can create as many was you would like.
The problem I am having is finding out how to submit each link to the
databasen and aligning those links to the