yes I'm using this recaptcha annd no the js i'm using is

Event.observe(window, 'load', function() {
  $$('textarea').each(function(elm){
      fldName = elm.name;
      if ( fldName && fldName.length ) {
        oInstance = CKEDITOR.replace(fldName ,
          { toolbar : [ ['DocProps','‐','Preview','‐','Templates'],
 
['Cut','Copy','Paste','PasteText','PasteWord','‐','Print','SpellCheck'],
 
['Undo','Redo','‐','Find','Replace','‐','SelectAll','RemoveFormat'],
                        [],
                        '/',
 
['Bold','Italic','Underline','StrikeThrough','‐','Subscript','Superscript'],
 
['OrderedList','UnorderedList','‐','Outdent','Indent','Blockquote'],
 
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
                        ['Link','Unlink'],
                        ['Image','Rule','SpecialChar','PageBreak'],
                        '/',
                        ['Style','FontFormat','FontName','FontSize'],
                        ['TextColor','BGColor'],
                        ['FitWindow','ShowBlocks','‐','About'] ]}
  );
        oInstance.setData( elm.value );
      }
  });
});

I'll try the js you suggested and I'll get back to you
thx

On Jan 18, 4:19 am, Owen <[email protected]> wrote:
> Are you using this version?
>
> https://github.com/ambethia/recaptcha

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to