1) install plugin_wiki

2) in the view that needs it:

<script type="text/javascript" src="{{=URL('static',f='plugin_wiki')}}/
markitup/jquery.markitup.pack.js"></script>
<script type="text/javascript" src="{{=URL('static',f='plugin_wiki')}}/
markitup/sets/markmin/set.js"></script>
<link rel="stylesheet" type="text/css"
href="{{=URL('static',f='plugin_wiki')}}/markitup/skins/markitup/
style.css" />
<link rel="stylesheet" type="text/css"
href="{{=URL('static',f='plugin_wiki')}}/markitup/sets/markmin/
style.css" />
<script>
jQuery(document).ready(function()
{ 
jQuery('textarea').css('width','700px').css('height','400px').markItUp(mySettings);
 });
</script>



On Nov 25, 10:24 am, Albert Abril <[email protected]> wrote:
> Hi, there's a quick way of include the markItUp editor in your view to edit
> a text Field?
>
> I'm reading about plugin_wiki widgets, but can't guess if markItUp is a
> widget or not.

Reply via email to