Displaying 7 results from an estimated 7 matches for "shownames".
Did you mean:
shownamed
2010 Jul 09
2
Template is missing.... but it is there!
...two rows inside
"instits" and three names for the first institution and two names for
the last. Then I created this controller:
class ServInstitController < ApplicationController
def index
@instit = Instit.find(:all, :order => ''created_at asc'')
end
def shownames
instit_ident = params[:instit_id]
@nomesinstit = NomeInstit.find_all_by_instit_id(instit_ident)
end
end
And I created this view "index":
<h3>Serviços relacionados à instituições</h3>
<br />
<% if @instit.nil? == false and @instit.length > 0 %>
<...
2008 Sep 24
1
function can permanently modify calling function via substitute?
Dear R-devel:
The following code seems to allow one function to permanently modify a
calling function. I did not expect this would be allowed (short of
more creative gymnastics) and wonder if it is really intended. (I can
see other ways to accomplish the intended task of this code [e.g. via
match.call instead of substitute below] that do not trigger the
problem, but I don't think that is
2011 Mar 09
1
Javascript call from view.
Hello All,
I am working on a Microblogging application.(majorly written in Ruby
on Rails).(the application is similar to twitter) .There is a timeline
showing messages by the logged-in user and his/her
followers.
Each message has a reply link which has been coded as follows
<%=link_to "Reply" ,{},:href=>"#",:class => "replyMessage
noBackgroundImage" ,:title
2006 Feb 01
1
Combine Ajax call with an effect.
...ing
the ajax and the effect...Thanks for your help.
function getDescription(news_id) {
var url = ''/admin/site_admin/news_popup.lasso?news_id='' + news_id;
var myDiv = new Ajax.Updater(''thedescription'', url,
{asynchronous:true});
}
<span class="shownames" id = "show">
<a href="#" title=""
onmouseover="getDescription([field:''id''])"
onclick="CloseDescription();return false;">[field:''title'']</a>
</span>
<div id="thedescription&qu...
2006 Dec 20
0
Re: Match a Numer - then continue with, dialplan
I think you're making it far too difficult.
What I do is something like this:
[outgoing]
include => internal
include => longdistance
;Always include internal first, as matches from the first include
;will be used first. This allows you to make sure your internal
;extensions don't go out your trunks.
[longdistance]
ignorepat => 9;
include => default; already included from
2006 Dec 20
3
Re: Match a Numer - then continue with, dialplan
> -----Original Message-----
> From: David Gomillion [mailto:dgomillion@eyecarenow.com]
> Sent: Wednesday, December 20, 2006 10:27 AM
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] Re: Match a Numer - then continue with,
> dialplan
>
>
> I think you're making it far too difficult.
>
> What I do is something like this:
>
> [outgoing]
2012 Feb 11
10
Question about reusing classes/modules
Hello Everyone,
I''m still pretty new with puppet so please bare with me. I tried
searching and I''m pretty sure I''ve ready my answer but I''m not sure if
I''m going down the right path just yet.
My scenario is this: I have 4 environments, Dev, Test, QA, Prod. Each
of these environments lives in 2 sites, LA and NY. I have 5
applications that are site and