I know I saw something a while back about a simple Rich Text Editor; did that go anywhere? I''d love to see something as simple as the one google uses in gmail. If not, I''ll get started on it :-D. -Jerod _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
I was experimenting with that Rich Text Editor, It worked reasonably well on those platforms I tested, but it had some features missing and asintermediates solution I integrated TinyMCE into the apps I am developing. But I am still interested in a prototype bases simple Rich Text Editor, and if nobody else does it before, I will try to add some features I am interested in like self-resizing editor panel. On 2/3/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I know I saw something a while back about a simple Rich Text Editor; did > that go anywhere? I''d love to see something as simple as the one google uses > in gmail. If not, I''ll get started on it :-D. > > -Jerod > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >-- Roberto Saccon - http://rsaccon.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
i have an autocomplete set up on a textarea. it works fine, but in safari, when you select a word from the dropdown, it does not focus the cursor at the end of the line. can you think of an easy remedy? thanks.
im not a javascript programmer... so be nice. scriptaclous uses a differnt format for writing functions and code then i am used to. are there books or tutorials for helping a beginner understand how to write like this and what everything is? that said... i was readding this webpage: http://particletree.com/features/lightbox-gone-wild/ and had a question about this function: initialize: function(ctrl) { this.content = ctrl.href; Event.observe(ctrl, ''click'', this.activate.bindAsEventListener(this), false); ctrl.onclick = function(){return false;}; }, im totally stumped, this along with most of the prototype/scriptaclous functions confuse the crap out of me. is this.contnet all the href tags on the entire page? and is adding an Event.observe to everyone of them? what is ctrl.click, and how does it know to use that?
You have anything started? I''ll take a shot at adding some of the basics... -Jerod On 2/3/06, Roberto Saccon <rsaccon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I was experimenting with that Rich Text Editor, It worked reasonably well > on those platforms I tested, but it had some features missing and > asintermediates solution I integrated TinyMCE into the apps I am developing. > But I am still interested in a prototype bases simple Rich Text Editor, and > if nobody else does it before, I will try to add some features I am > interested in like self-resizing editor panel. > > On 2/3/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > I know I saw something a while back about a simple Rich Text Editor; did > > that go anywhere? I''d love to see something as simple as the one google uses > > in gmail. If not, I''ll get started on it :-D. > > > > -Jerod > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > -- > Roberto Saccon - http://rsaccon.com > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
No, I just played a bit with the existing code and tried to understand what it does. But if I manage to add something to it, I will post it here .. On 2/3/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > You have anything started? I''ll take a shot at adding some of the > basics... > > -Jerod > > On 2/3/06, Roberto Saccon < rsaccon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > I was experimenting with that Rich Text Editor, It worked reasonably > > well on those platforms I tested, but it had some features missing and > > asintermediates solution I integrated TinyMCE into the apps I am developing. > > But I am still interested in a prototype bases simple Rich Text Editor, and > > if nobody else does it before, I will try to add some features I am > > interested in like self-resizing editor panel. > > > > On 2/3/06, Jerod Venema < jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > I know I saw something a while back about a simple Rich Text Editor; > > > did that go anywhere? I''d love to see something as simple as the one google > > > uses in gmail. If not, I''ll get started on it :-D. > > > > > > -Jerod > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > -- > > Roberto Saccon - http://rsaccon.com > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >-- Roberto Saccon - http://rsaccon.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Louis, you''ll definitely want to look at Quirksmode: http://www.quirksmode.org/js/ On Feb 3, 2006, at 3:01 PM, Louis Walch wrote:> im not a javascript programmer... so be nice. > > scriptaclous uses a differnt format for writing functions and code > then i > am used to. are there books or tutorials for helping a beginner > understand > how to write like this and what everything is? > > that said... i was readding this webpage: > http://particletree.com/features/lightbox-gone-wild/ > > and had a question about this function: > initialize: function(ctrl) { > this.content = ctrl.href; > Event.observe(ctrl, ''click'', this.activate.bindAsEventListener > (this), > false); > ctrl.onclick = function(){return false;}; > }, > > im totally stumped, this along with most of the prototype/scriptaclous > functions confuse the crap out of me. > > is this.contnet all the href tags on the entire page? and is adding an > Event.observe to everyone of them? what is ctrl.click, and how does it > know to use that? > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs