#10250 closed Bug (duplicate)
#10224 ACF problem not solved in 4.1
Reported by: | Bert Hankes | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Parser | Version: | 4.1 |
Keywords: | Cc: | info@… |
Description
Hi,
I just commented #10224 but because the ticket is closed, a new one.
Just installed 4.1 and still the same problem :-(
I have (exerpt):
var allowed = 'a(iLink)[!title,!onclick,href]', required = 'a(iLink)[title,onclick]';
editor.addCommand( 'internelink', new CKEDITOR.dialogCommand( 'internelinkDialog' ),{allowedContent: allowed, requiredContent: required } );
It produces the following tag: <p><a class="iLink" onclick="iLink(25)" title="test">test</a></p>
But when changing to source and back all left is: <p>test</p>
I could be wrong in programming the plugin, but I use the link-example as reference!
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Hi Reinmar,
You made my day! Briljant.. it works!!!! This ticked is now out of order!
Have a nice weekend... take care.
There's no need to report new ticket for #10224. If we haven't fixed it we will reopen it, but, please check first, if what I've written in http://dev.ckeditor.com/ticket/10224#comment:7 helps.