Press Ctrl / CMD + C to copy this to your clipboard.
Copied to clipboard
Flag this post as spam?
This post will be reported to the moderators as potential spam to be looked at
Topic author was deleted
Mar 04, 2013 @ 20:46
Extending Content Create Dialog
I'm trying to extend the regular Content Create Dialog box, but CodePlex appears to have incomplete source. I'm curious as to how content.ascx.cs is constructed so I may may a different implementation.
I'd like to make a more visual creation tool. I just don't know how to send the collected information on to the content create methods.
Open for any help.
Notice below that the content.ascx.cs is missing from the source.
Notice how ugly the default implementation of content.ascx (4.11.3) looks on a custom tree. At a minimum I'd like to make the modal wider and taller to eliminate the scrolls.
Topic author was deleted
Extending Content Create Dialog
I'm trying to extend the regular Content Create Dialog box, but CodePlex appears to have incomplete source. I'm curious as to how content.ascx.cs is constructed so I may may a different implementation.
I'd like to make a more visual creation tool. I just don't know how to send the collected information on to the content create methods.
Open for any help.
Notice below that the content.ascx.cs is missing from the source.
Notice how ugly the default implementation of content.ascx (4.11.3) looks on a custom tree. At a minimum I'd like to make the modal wider and taller to eliminate the scrolls.
Comment author was deleted
The forum isn't showing my pictures. Here is a link to codeplex showing the missing file.
http://umbraco.codeplex.com/SourceControl/changeset/view/588a2c5773fa#src/Umbraco.Web.UI/umbraco/create/content.ascx
Comment author was deleted
I figured it all out on my own. If you need help on a similar topic, let me know.
Dear Kevin,
Can you share your solution? I whant to do the same the dialog still loaded to small..
thanks
Comment author was deleted
Give this a look
https://github.com/kgiszewski/ModalPack/tree/master/CreateModals
is working on a reply...