Displaying 3 results from an estimated 3 matches for "rightcol".
2008 Oct 28
2
Kickstart package groups
Hello,
I'm building another kickstart CD, minimal, and creating my own repository.
Is there any way I can get the list of files that a group (like @core o
@base) will install?
The idea is to put only those files in the repository to be included
later in the iso file, and only those files, nothing else.
Thanks in advance
Francisco
-------------- next part --------------
An HTML attachment
2010 Jul 19
1
divide grid.newpage into two?
...1 <- metabin(event.e, n.e, event.c, n.c,data=Olkin95, subset=c(41,47,51,59),sm="RR", meth="I",studlab=author)
meta2=meta1
meta2$studlab=rep("",length(meta1$studlab) ) #deleting the labels for the second plot
grid.newpage()
forest(meta1, comb.fixed=F, comb.random=F, rightcols="effect",leftcols="studlab")
forest(meta2, comb.fixed=F, comb.random=TRUE, leftcols="studlab",leftlabs="")
#they are superimposed... which is not what I want.
Any hints/ideas much appreciated!
Many thanks
Eleni Rapsomaniki
Research Associate
Department o...
2006 Apr 07
3
RJS removing content of div, but not div itself
...= Listline<%= session[:toggle_color] = 1 - session[:toggle_color].to_i %> >
<span class = ''leftcol''> <%= params[:name] %> </span>
<span class = ''midcol''> <%= params[:qty] %> </span>
<span class = ''rightcol''>
<%= link_to_remote("Delete",
:update => "item#{@ingredient.id}",
:url => {:action => ''delete'',
:id => @ingredient.id})
%>
</span>
</div>
--------------------- _remove...