Can I use Editize software with this?

N

Natalie

Guest
I am trying to determine if I can use Editize software (www.editize.com) with DaDabik. Editize is a rich text editor -- its a java applet that supposedly can be dropped into any CMS. : "Integrate Editize into almost any CMS. Simply replace the HTML Textarea field in any HTML Form with an instance of Editize." There are a few other other things that you have to do, of course, but the bottom line is that there has to BE an HTML text area. I am new to PHP so I may be confused, but looking at form.php, for example, i do not see any html form fields to replace. Am I missing something or is this not compatible?
 
E

Eugenio

Guest
Natalie wrote:

> I am trying to determine if I can use Editize software
> (www.editize.com) with DaDabik. Editize is a rich text editor
> -- its a java applet that supposedly can be dropped into any
> CMS. : "Integrate Editize into almost any CMS. Simply replace
> the HTML Textarea field in any HTML Form with an instance of
> Editize." There are a few other other things that you have to
> do, of course, but the bottom line is that there has to BE an
> HTML text area. I am new to PHP so I may be confused, but
> looking at form.php, for example, i do not see any html form
> fields to replace. Am I missing something or is this not
> compatible?

In the function build_form(), file /include/business_logic.php the case "textarea" includes a textarea field.
I think you can start there.
Remember, anyway, that DaDaBIK converts html chars with htmlspecialchars() (for security reasons) so if you want to display html output you have to modify also the function get_field_correct_displaying() in the same file.



(Latest version of DaDaBIK when this message was posted: 3.0 beta)
 
Top