DrupalBin
Submit Code
About
Recent Posts
Fix for Allow HTML in <i> node titles</i> for Drupal 6.x
Template Pre-proccessing
Testing Ubercart donation product
dave's menu screenshot
Code
Modify user profile page theme
Modify user profile page
Fix for Fix for Code
Fix for Code
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
test
theme
user
views
more tags
Home
wysiwyg
Fixed AHAH Wysiwyg integration
January 17, 2010 - 9:50pm — Anonymous
// $Id$
/*
This version works when the #ahah element is a button.
Drupal passes the button name and value to .ajaxSubmit
but when we re-serialize the form that data is lost so we
need to ad
ahah
Drupal 6
wysiwyg
Read more
Fix for AJAX/AHAH event handlers for Wysiwyg integration in D6
January 17, 2010 - 8:47pm — Anonymous
// $Id$
/*
drupal_add_js(this_file) on the form for which this is needed.
Customize the CHANGE ME parts to deal with the relevant fields.
*/
/*
* Attach AJAX/AHAH event handlers for Wys
ahah
Drupal 6
wysiwyg
Read more
AJAX/AHAH event handlers for Wysiwyg integration in D6
January 17, 2010 - 8:41pm — Anonymous
// $Id$
/*
drupal_add_js(this_file) on the form for which this is needed.
Customize the CHANGE ME parts to deal with the relevant fields.
*/
/*
* Attach AJAX/AHAH event handlers for Wys
ahah
Drupal 6
wysiwyg
Read more
Make webform 'description' field wysiwyg
November 5, 2009 - 12:13pm —
svendecabooter
function
<
module
>
_form_alter
(
&
$form
,
$form_state
,
$form_id
)
{
if
(
$form_id
==
"webform_node_form"
)
{
$form
[
'webform'
]
[
'settings'
]
[
'body_format'
]
=
array
(
'#type'
=
>
'fieldset'
,
'
module
webform
wysiwyg
Read more
jwysiwyg.inc
October 20, 2008 - 3:34pm —
Rob Loach
<?php
// $Id$
/**
* Plugin implementation of hook_editor().
*/
function
wysiwyg_jwysiwyg_editor
(
)
{
$editor
=
array
(
)
;
$editor
[
'jwysiwyg'
]
=
array
(
// Required properties
jwysiwyg
wysiwyg
Read more