How to use _renderitem method with jQuery Tagit plugin - tag-it

I am trying to use jQuery Auto-complete _renderitem method with jQuery tagit plugin .
Can someone help me with it?
https://github.com/aehlke/tag-it
http://api.jqueryui.com/autocomplete/#method-_renderItem
Thanks in advance!

Related

Is it possible to nest plugins in django-cms 2?

I am trying to have nested plugins in Django-CMS, i.e. a plugin template which itself
contains placeholder tags which can be filled with content.
I tried the straightforward way of just putting the tags there and I can add content
via frontend editing, but when I save it, it never shows up.
Am I doing something wrong or is it just not supported?
I am using Django-CMS 2.4.3
Thanks in advance!
You actually have to 'render' the child plugins in the plugin template.
I am not sure if {% render_plugin %} is already inplemented in 2.4.... For best experience with nested plugins be sure to upgrade to 3.0

Do I need to include jquery with kendo

Hi I'm using the Kendo ASP.NET MVC Wrapper and was wondering do I need to include the jquery? I really want to use a jquery plugin e.g. http://www.jacklmoore.com/colorbox/guide/ and was wondering if I have to include jquery to use the plugin or would it not be necessary as jquery is already included in the kendo stuff?
Vince.
Check your markup to see if it's referenced.

How to make basic ember setup in jsFiddle

I'm trying to test my ember code in my jsFiddle
I set framework to Ember 1.0.0-rc1 and onDomReady
and I added jQuery as a resource.
and I setup basic application template in html and declare application in js.
I think I set very basic of an ember app. but it doesn't work.
What am I missing here?
There is an up to date fiddle/jsbin link in the Ember Contributing document:
https://github.com/emberjs/ember.js/blob/master/CONTRIBUTING.md
It is always up to date with the master version of ember.
Two things are going wrong here.
There is a bug in the way jsFiddle has implemented ember support. First off it should be including jQuery, and also it is loading ember before handlebars. You can see what's going on by right-clicking on the output frame and selecting view-source. As a workaround, manually add references to these libraries.
You've got a typo. Instead of type="type/handlebars" you should specify type="text/handlebars"
Working fiddle here
You should definitely use emberjs.jsbin.com. It has everything already setup.

Ember.js wysiwyg inline editor

I've been looking for a small, fast, inline editor for quite a while. The new ckeditor looks like an alternative, but it is still too much. All I would need is inline formating, image handling.
Doew anyone know a wysiwyg editor which works perfectly with Ember.js? (I know, all do, but I really mean work great together).
I just did a post on using Summernote with Ember.js that you can see here http://hbrysiewicz.github.io/2014-04-18-summernote-ember-wysiwyg.html
perhaps this is an option:
bootstrap-wysihtml5 for ember
Another good option is a jQuery plugin called editable. I am using it in my project and it seems to play nicely with Ember -- so far no issues.
Perhaps than playing with the new HTML5 contenteditable tag?
Or start coding and implement something yourself like Create.js but using ember instead of underscore.
TinyEditor is a cool solution for inline editing. It's basically a tinyMCE editor with elFinder file manager encapsulated in only one - tinyeditor.js file.
Pure ember.js WYSIWYG component: http://indexiatech.github.io/ember-components/#/component/component.wysiwyg/simple

Creating Dynamic combobox in multiple front-end Django 1.4 and jQuery?

sorry if you do not understand the translation but I need help with Django 1.4, the fact is that I need an example or a tutorial how to create multiple dynamic backend comboboxes in html form, the combobox data are obtained from the database and should be saved.
An example http://www.martiniglesias.eu/demos/combobox/index.php
The idea of this example is using Django 1.4, Mysql and Jquery.
Any question, if not let me know please understand, I will be attentive to your feedback.
Thank you!.
You can use dajaxproject to get data for dynamic combobox, here is an example: http://www.dajaxproject.com/forms/