One more little trick I found for the editor. If the editor is getting
used inside of an input-many. When a new item is added, ie clicking on the
'+' button the kendo editor auto sizing fails. I found if I manually set
the k-editor with to nothing it fixes the problem. Example below.
$(document).ready(function(){
$(".html").kendoEditor({encoded: false});
$(".k-editor").width("");
});
On Wednesday, September 26, 2012 4:51:18 PM UTC-4, Jeremy Savoy wrote:
>
> I'm trying to use the Kendo UI widgets via the kendoui-rails gem, but
> having a hard time incorporating that into Hobo. I'm sure it must be
> simple, I've tried creating a tag definition for a single widget (per the
> example below) and using that tag in my "new.dryml" but without success.
>
> Here is the URL to the standard rails example ... maybe one of you can
> recommend a course of action. It would be nice to have an entire tag set
> for the Kendo UI widgets - perhaps something I can work on once I
> understand how to make any single widget run.
>
>
> http://docs.kendoui.com/getting-started/using-kendo-with/using-kendo-with-rails
>
>
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/hobousers/-/q_oDeUllBKIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.