Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...inline edit of container titleinline edit of container title
Previous
 
Next
New Post
3/23/2011 10:39 AM
 
When creating my own containers, I haven't been able to figure out what causes the inline editing of the module titles to work or not work.  (Yes, the Admin usability settings are enabled.)  If I have the title element out by itself, the edit-on-hover works, but if I wrap it in another tag, it stops working.  I don't have this problem with the body content of the module at all.

For instance, this works fine:

<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
<%@ Register TagPrefix="dnn" TagName="ICON" Src="~/Admin/Containers/Icon.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON" Src="~/Admin/Containers/ActionButton.ascx" %>
<%@ Register TagPrefix="dnn" TagName="VISIBILITY" Src="~/Admin/Containers/Visibility.ascx" %>
 
<dnn:TITLE runat="server" id="dnnTITLE" CssClass="TitleHead" />

<div id="ContentPane" runat="server" class="Normal"></div>

But, if I wrap it like so:

<h2><dnn:TITLE runat="server" id="dnnTITLE" CssClass="TitleHead" /></h2>
or
<span><dnn:TITLE runat="server" id="dnnTITLE" CssClass="TitleHead" /></span>

then the edit pencil won't appear on hover anymore.

I know that this works on the MinimalExtopy containers and I've been going back and forth between those and mine trying to see the difference, but I just don't see it.  I really need this feature, so that people don't have to go into settings to change the module title.  I have been testing with 2 modules on the same page, 1 with a MinimalExtropy container and 1 with mine.  Can anyone tell me if I'm missing something?
 
New Post
3/24/2011 11:57 AM
 
BTW: This issue is occurring in Firefox.  This doesn't seem to be an issue in IE and Chrome doesn't seem to allow inline editing at all.
 
New Post
3/30/2011 10:08 AM
 
bump
 
New Post
4/14/2011 12:41 AM
 

I had the same issue and it was resolved by just doing formatting the HTML.

Write
<h2>
        <dnn:TITLE runat="server" id="dnnTITLE" CssClass="TitleHead" />
</h2>

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...inline edit of container titleinline edit of container title


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out