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, ...Pane Recognition by Skin ProcessorPane Recognition by Skin Processor
Previous
 
Next
New Post
12/17/2008 3:48 PM
 

Not sure best how to frame this question, but will try my best.

When working with skins, to get the skinning engine to recognize a TD as a pane is simple, do Runat=server, and give it an ID. But depending on how the table containing the TD is nested, i.e., within an ASP Panel, the skinning engine does not catch it.

Are there any work arounds for this, to force the skinning engine to recognize the TD as a pane?

Thanks,
 

Paul

 
New Post
12/18/2008 10:57 AM
 

I am going to re-post this in the Skinning Engine forum, a better place, I think.

 
New Post
12/18/2008 11:11 AM
 

this IS the skinning engine forum.

I haven't noticed yet, that any html nesting resulted in a situation, where the skin parser did not recognize a pane, did you check the generated aspx file?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/18/2008 3:35 PM
 

you cannot add a contentpane inside an asp.net control, or do you mean an update panel?

 
New Post
12/18/2008 4:42 PM
 

If you're running it through the skinning parser, you should be able to even get away with a [CONTENTPANE] token I would believe. However the generic pane layout I use is:

<TABLE width="100%" cellspacing="0" cellspacing="0">

  <TR>

    <TD class="toppane" colspan="3" id="TopPane" runat="server" valign="top"></TD>

  </TR>

  <TR valign="top">

    <TD class="leftpane" id="LeftPane" runat="server" valign="top"></TD>

    <TD class="contentpane" id="ContentPane" runat="server" valign="top"></TD>

    <TD class="rightpane" id="RightPane" runat="server" valign="top"></TD>

  </TR>

  <TR>

    <TD class="bottompane" colspan="3" id="BottomPane" runat="server" valign="top"></TD>

  </TR>

</TABLE>

 

Now, I've never tried wrapping that inside an ASP control, however I'm curious that if you're inserting controls I would assume you're creating an ASCX file which shouldn't need to be parsed by the skinning engine (by which, I'm referring to the parsing engine when you upload your skin package as HTML/XML/CSS in a ZIP). If you're referring to how it renders the skin post-parsing, I'm not entirely sure as I've never had a situation requiring putting panes in an ASP Control/Panel.


Wells Doty Jr
Online Content Development
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Pane Recognition by Skin ProcessorPane Recognition by Skin Processor


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