similar to: Shared templates across controllers

Displaying 20 results from an estimated 300 matches similar to: "Shared templates across controllers"

2006 Apr 07
13
Pop up menus - any ideas?
I''ve got a menu in which I have all of my categories as links. Each category also has subcategories. I want to set it up so when you mouse over the category the subcategories will pop up (to the right of the main list, but that''s just CSS). This is what I have so far: <% for category in @categories %> <a href="#"
2006 Apr 07
5
RJS support "toggle" effect?
Does RJS inherently support the Element.toggle effect? I haven''t been able to call it the way you call "appear", "fade", etc... Jeff -- Posted via http://www.ruby-forum.com/.
2006 Feb 11
6
Rails 1.1?
I have a few very basic questions. Is anyone using rails 1.1? How/Where can I get Rails 1.1 (I don''t see it on RubyonRails.org? What are the issues involved in moving from Rails 1.0 to Rails 1.1? If I move to Rails 1.1, can I downgrade? Just curious. Thank you very much for your assistance. Frank --------------------------------- Yahoo! Mail Use Photomail
2006 Mar 29
4
Marketing Materials
The owner of my company just asked me for an Asterisk brochure. Has anyone seen such a creature? I know of some really informative websites, but I think a pdf would be priceless at this point. Thanks, Bob McDowell EMAIL PRIVELEGED & CONFIDENTIAL CLIENT COMMUNICATION    *** PRIVILEGED AND CONFIDENTIAL CLIENT COMMUNICATION *** This e-mail message and all attachments, if any, may
2006 Mar 31
7
Checkboxes expand to show new options when checked?
I''m writing a simple CMS where every item ("listing") HABTM categories and subcategories (which themselves belong_to a category). What I''m trying to do now is create a UI effect for listing creation: when you go to create a listing, only the possible categories will be shown, but when you select a category a set of new categories will be displayed like so: Lions
2006 May 31
1
printing fails for SPOOLSS OpenPrinterEx request
Hi, I have a problem with my printing setup of a windows XP client with a samba server. The windows driver seems to use different ways of smb/printer communication for printing in normal/duplex mode and for printing brochures. The latter failes silently. normal/duplex printing uses: SMB Open Print File Request brochure printing starts with: SPOOLSS OpenPrinterEx request I recorded the network
2006 Apr 12
1
how to use toggle_effects
i''m playing with the toggle_slide effect right now which is great. the problem i''m having now though is figuring out what state the div starts in. i want it to be hidden and slide in first, but it always starts out visible and slides out first. -- Posted via http://www.ruby-forum.com/.
2003 Dec 23
3
PBX Functionality How-to
Hello, I had a partner of mine present a Centrex 21 brochure and ask how many of those features can I fulfill. There is nothing out of the ordinary, it's stuff like call hold, call forward, 3-way calling, etc. Has anyone assembled a how-to that shows how to configure PBX or Centrex type functionality? I found one in the voip-info wiki but only a couple of topics were filled out. Regards,
2005 Mar 04
1
Asterisk Brochure
Guys. Anybody has developed and asterisk brochure for commercial purposes (consultant, etc) that I might be able to take a look at?
2006 Apr 21
11
Phone Numbers in Rails/MySQL
Is there any easy way to make a fancy looking form to take phone numbers. Something that looks like this: [ ] - [ ] - [ ] ext: [ ] Then when you submit it it''s combined into one string in the database. Optimally it would auto-switch from field-to-field after you fill each field. Has anyone seen anything like this in Rails? Thanks, Adam -- Posted via
2006 Jun 26
1
RJS visual_effect toggle?
Is there a way to toggle an effect in an RJS? If not, anyone have recommendations for how to manually make it toggle? I guess I would assume some boolean that the rjs checks everytime it''s called and depending on whether it''s true or false it will do page.visual_effect :appear or page.visual_effect :hide -Ben Lisbakken -- Posted via http://www.ruby-forum.com/.
2006 Apr 15
3
login_engine database migration broken?
I''m trying to install the login_engine. I installed the engine system and the login_engine, and now I''m trying to migrate the database schema, as detailed here: http://api.rails-engines.org/login_engine/. The commands I''ve tried are: rake engine_migrate ENGINE=login which fails with "Don''t know how to build task
2008 Mar 11
1
Newbie Polycom: IP601 console with expansion module
I was reading a Polycom brochure and it appears that there is really no special receptionist console and the console is basically a IP601. Is this correct? The only difference is to purchase an expansion module in order to have more shortcut keys for the girls. So, apart from the hardware, as far as the dialplan is concerned, do I just treat the receptionist console as any other extension? Are
2016 Nov 23
1
New laptop recomendation
On 11/22/2016 3:50 PM, Dr. Mikeal Hughes wrote: > When you go to the Dell Linux site and choose shop now you are taken to a page featuring Windows 10 machines. [OT rant] a pet peeve... webpile redesigns that mess everything up. I was looking for info on the BLM (Bureau of Land Management) website last night, and they'd totally redone the entire mess, it was all slick and web 3.0-ish,
2007 Mar 08
1
Vanishing options in hp printer drivers
We're using a couple of HP printers (2200, 4200, 3390) using the HP PCL 6 printer driver. Printer drivers are installed on the samba (3.0.24) box, connecting, driver installation and printing work OK. Problem: using the same driver version with the printer shared by a windows box gives some additional options like - brochure printing - putting serveral pages on one sheet Any Idea why
2005 Jan 24
2
IP FXS channel bank
Hi there, I'm trying to get hold of an evaluation IP-enabled FXS channel bank. I'm not sure if it's more a channel bank, or should be called a multiport-ATA. Oh well. On the surface it looks quite nice - 16 FXS ports, and since it's connected to the network I can do away with an E1/T1 connection required of the normal channel banks (if it can be called that :) Here are some
2004 Feb 15
8
Wifi Phones
Hello list, I was going to buy this weekend a Wisip from http://www.pulverinnovations.com/, but jeff got out of stock and he wont have Wisip for the next 3 to 4 weeks. So I start searching for other wifi phones because I was really upset about it and I found IPC5000 from http://www.fahdtel.com/sip_phones.htm, I liked so much the pic that I email the guy and he send me the PDF with all the details
2010 Jun 16
1
The __WINE__ macro does not identify the Wine platform
According to some old discussion (http://www.mail-archive.com/wine-devel at winehq.com/msg15669.html) on wine-devel it appears that __WINE__ should be the macro used to identify the Wine platform, However, that doesn't appear to work for Windows native MinGW on wine. Here is my test code: #include <stdio.h> int main(int argc, char** argv) { #if defined(__WINE__)
2006 Apr 23
2
blog model?
I just finished my auth zone and have some controllers to add content in the admin zone, now i want to build a blog, i have the 2 tables, posts and comments but i still dont get how to relate them, someone knows how to make a blog structure/model in rails? Any help will be very apreciated :) -- Posted via http://www.ruby-forum.com/.
2006 Mar 26
3
Making a custom selection form - newbie
Hello all, I''ve been working with Ruby on Rails for a few weeks now. It''s difficult for me because I don''t have much experience with Ruby, Rails, MySQL, or any other web-languages. But I''m trudging on and learning a lot. I''ve been working on a web application for my dad''s website; it''s a simple content manager for