similar to: persisting tree navigation

Displaying 20 results from an estimated 400 matches similar to: "persisting tree navigation"

2013 Jan 19
2
PROBLEM WITH FCK EDITOR
HI ALL, 1. i am using fck editor in my application. 2. when i type any text in fck editor it was saved in hml format in database(i.e, mysql) 3. when i was try to retrieve the text it will displaying in html format not as plain text how to solve this problem???please help me??thanks in advance?? -- Posted via http://www.ruby-forum.com/. -- You received this message
2006 Sep 15
1
quotes
Hello! I''m new on this list (and actually pretty new to redcloth also). This e-mail is about the wery fine feature of converting quotes. I''m norwegian, and we have our own qoutes: "?" and "?". I therefore hacked this feature, so it is now in lib/redcloth.rb, around line 404, so I now have: [ /([^\s\[{(>#{PUNCT_Q}][#{PUNCT_Q}]*)"/,
2007 Apr 18
0
kilolarınızdan memnunmusunuz
Do=F0ru se=E7imi yap=FDn Bazen, bir i=FEe giri=FEmeye ve farkl=FD bir =FEeyler yapmaya karar vermek = =E7ok kolay olmayabilir. Ortalama k=FC=E7=FCk =F6l=E7ekli bir i=FEletme kurma maliyetinin =E7ok paha= l=FD oldu=F0unu ve bu i=FEletmelerin bir=E7o=F0unun ilk y=FDllar=FDnda kapa= nmak zorunda kald=FD=F0=FDn=FD biliyor muydunuz? Herbalite ile kendi i=FEin= izi y=FCr=FCtme zorlu=F0unun =F6n=FCne
2007 Apr 18
0
kilolarınızdan memnunmusunuz
Do=F0ru se=E7imi yap=FDn Bazen, bir i=FEe giri=FEmeye ve farkl=FD bir =FEeyler yapmaya karar vermek = =E7ok kolay olmayabilir. Ortalama k=FC=E7=FCk =F6l=E7ekli bir i=FEletme kurma maliyetinin =E7ok paha= l=FD oldu=F0unu ve bu i=FEletmelerin bir=E7o=F0unun ilk y=FDllar=FDnda kapa= nmak zorunda kald=FD=F0=FDn=FD biliyor muydunuz? Herbalite ile kendi i=FEin= izi y=FCr=FCtme zorlu=F0unun =F6n=FCne
2005 Sep 21
9
Ajax.Updater
Hi all, I was wondering if one could pull a completely separate web site into a div, e.g. <a href="#" onclick="new Ajax.Updater(''artifact'', ''http://www.vivisimo.com/'', {asynchronous:true, evalScripts:true, onLoading:function(request){Toggle.display(''message2body'')}}); return false;">&raquo;</a> it fails
2006 Mar 03
2
FCKEditor Image uploading feature
Hello, I followed instructions on http://www.joshuamcharles.com/rails/fckeditor.html Added FCKEditor to my rails app which works great, but I''m not able to upload images using the WYSISYG editor. Is there a way to enable this feature in rails app? If not, where is the images folder that FCK looks into it for images, so I can upload my images manully there? Thanks, - Dunnil --------------
2011 Oct 13
1
Problem with Ices
2013 Jun 08
1
reading a character translation table into R
I have a txt file (attached) that defines equivalents among characters in latin1 (or iso-8859-1), numeric &#xxx; codes, HTML entities and latex equivalents. A portion of the file is shown inline below, but may not be rendered well in this email. I'd like to read this into R to use as a character translation table, but am stuck on two things: - The 5 fields in the file are
2008 Jun 03
0
spell checker in text area an text field
Plz anyone can give me a hint on how to do spelling check in text area and text field. If there is any plugin available then let me know guys. Fck editior is not what I am looking at. Help me --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2009 Jan 25
0
Typo 5.2 for Rails 2.2 released
Hello, We''re very pleased and proud to announce the release of Typo 5.2 "Helmut Newton" for Rails 2.2, the famous blogging engine, 4 months after our last release. Typo 5.2 is more than a simple port from Rails 2.0.2 to Rails 2.2, it''s a major, deep, rewrite of the application. We''ve ditched lot of code, aiming at stability and performance, dividing
2006 Mar 11
2
Customising FCKeditor
I would like to customise my FCKeditor-instance so that when the "add image" button is pressed, it opens my own add_image popup. In this popup i would handle the image upload/image browser/etc. tasks with rails. How can I open the popup and pass the picture information from there back to FCKeditor''s textarea? -- Posted via http://www.ruby-forum.com/.
2006 May 07
2
Problem with the new version of win32-process
Hi all, Well, I''ve messed something up in the pure Ruby Process.fork method. If you run the test_fork_waitpid.rb file (in CVS), you''ll see this error: c:/ruby/lib/ruby/site_ruby/1.8/windows/process.rb:132:in `call'': can''t convert false into Integer (TypeError) from c:/ruby/lib/ruby/site_ruby/1.8/windows/process.rb:132:in `OpenProcess''
2006 Mar 08
4
order.products << product w/out persisting
Hi, I have a one-to-many relationship. I want to be able to add objects to the collection w/out persisting them. How do I do this? The only thing I can''t think of is to use a transaction and roll it back. In other words - I want to do this: o = Order.find(1) p = Product.find(1) o.products << p # but don''t persist this I assume I''m just missing something
2007 Jan 19
0
WEBrick cookies not persisting?
Has anyone had any experience on mac os x with WEBrick and cookies not persisting? What I''m doing is pushing a cookie into the response obj of a webrick request (res.cookies.push(..)). When another request comes in. The req.cookies is empty.. ([]) Any ideas? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message
2006 Nov 04
0
Page Navigation
Hi, this is probably not strictly a Rails or Ruby question but I hope that someone here can answer it or at least point me in the right direction. 1. When you click on a link to ''B'', within a long page ''A'' (IE. one that is bigger than the browser window so you need to scroll to navigate it) When you return from ''B'' via a link (to
2006 Jul 07
1
question about routes and using flash for navigation
I have a flash movie that I''m using for site navigation.. I have links such as: ''/site/signup'', ''/site/login'' and ''/site/faq'' where site is my controller and signup, login or faq are my actions.. I also have the following routes defined in routes.rb: map.connect "/", :controller => "site", :action =>
2006 Jul 13
1
model navigation problem with foreign key
Hi, I have a table like this in schema.rb create_table "ac_rooms", :force => true do |t| t.column "roomname", :string, :limit => 50, :default => "", :null => false t.column "updated", :float, :default => 0.0, :null => false t.column "lines", :integer, :limit => 8, :default => 0, :null => false
2006 Jul 24
1
Tabnav Plugin: Tabbed navigation made easy
Hi guys, this is just to let you know I''ve just released a rails plugin that lets you build tabbed navigation very easily and quickly. you can check it out here: http://blog.seesaw.it/articles/2006/07/23/the-easiest-way-to-add-tabbed-navigation-to-your-rails-app I''m posting this via ruby-forum so if you have questions or suggestion please drop me an email at staff@seesaw.it
2006 May 15
1
handling navigation tabs - use sessions?
I think this is a fairly easy question done several times in several languages, but on a traditional ''tab'' based navigation webpage, what''s the best way to handle the active state? I am using this in my view: <% for category in @categories %> <% if the condition is met to make this the active tab %> <li><a id=''active''
2006 Apr 07
1
Satellite Navigation POI files
Is it possible to output via ROR from a db to a POI file ready for inclusion in a satellite navigation program like Tomtom?