inserthorizontalrule function in htmlarea.php

inserthorizontalrule function in htmlarea.php

{$a->নাম} - {$a->তারিখ} দ্বারা
Number of replies: 3

Hello,

does anyone know were the function of inserthorizontalrule is ?, i  cant find it. The function is not present at HTMLArea.prototype.execCommand.

রেটিং এর গড়: -
In reply to Wim Eling

Re: inserthorizontalrule function in htmlarea.php

{$a->নাম} - {$a->তারিখ} দ্বারা
Hi Wim,

It's nowhere, since it's one of those functions that browser it self provides aka it's implemented in browsers "editable mode".

Do google on word "execCommand +javascript"

- Janne -
In reply to Janne Mikkonen

Re: inserthorizontalrule function in htmlarea.php

{$a->নাম} - {$a->তারিখ} দ্বারা

Can you use de execCommand like this ? View.document.execCommand('inserthorizontalrule', false, null);