Site structure
Version 5.x > Site structure > How to create inlinecontrol like youtube video View modes: 
User avatar
Member
Member
Harish - 3/4/2011 1:13:56 AM
   
How to create inlinecontrol like youtube video
Hi All,

Can any one please help me to create new inlinecontrol || plugin like Youtube Video.

For creating inline control we have best guide here http://devnet.kentico.com/docs/5_5r2/devguide/index.html?how_to_develop_inline_controls.htm .

But, in that we can only pass one parameter, not more. I want to create one more control something work like current youtube video. Where we can change color and size.

I need guide how we can create control like that.

Thanks,
Naga Harish.
Share Our Ideas

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 3/7/2011 6:27:29 PM
   
RE:How to create inlinecontrol like youtube video
Hi,

Could you please check this KB article whether it will meet your need or not: http://devnet.kentico.com/Knowledge-Base/API-and-Internals/How-to-pass-two-parameters-to-inline-control.aspx?

Best regards,
Juraj Ondrus

User avatar
Member
Member
Harish - 3/8/2011 3:20:05 AM
   
RE:How to create inlinecontrol like youtube video
Hi Juraj,

This is really nice one but Youtube control is working like that only for now.

So, if we want to get more inputs from the user || admin. we have to create new plugin in FCKeditor it seems.

So, I need that guide lines to create plug-in like youtube. where I need to place my code and how to link that?

if I create like that, can I export that as a package?

Thanks,
Naga Harish.
Share Our Ideas

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 3/8/2011 8:39:58 AM
   
RE:How to create inlinecontrol like youtube video
Hello,


if you want to add a new plugin to the WYSIWYG Editor, you can follow for example this article: http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Customization/Plug-ins.

The editor is the standard FCKEditor so you can find some help by Google.


Best regards,
Helena Grulichova