Search

You searched for the word(s): userid:633858

Matching Posts

  • Re: Limit the scope of control adapters

    I would like to exclude the adapter from certain 'folder' or 'url' because I don't want to have to change all the attributes on half of the site. :-) I suppose I could update all the CSS friendly adapters to check the url, and use thier own render or the base.render depending on that. then write some kind of configuration into the web.config.
    Posted to CSS Friendly Control Adapters (Forum) by Myster on 6/16/2009
    Filed under: adapters scope
  • Limit the scope of control adapters

    Hi I have a website consisting of a 3rd party CMS (lots of admin pages) and a lot of templates. I'd like the adapters to apply to my templates but no to the admin pages. Is there a way to limit the scope of the adapters? The only way I have thought of is to create new Types that inherit from the base asp control and then associate the adapter with those sub-types, but that seems like a big ugly hack to me. Cheers. Murray.
    Posted to CSS Friendly Control Adapters (Forum) by Myster on 5/6/2009
    Filed under: scope adapters
  • Re: Solution Explorer hierarchy in VS keeps expanding? Fix it!

    I have a similar, but I think separate problem. Here are the steps and problems I have, perhaps someone can suggest a solution... Open a project (mine is a web application, not web site) that has "Show All Files" enabled. Some included folders are open, and some excluded folders are open, but not all. Click Run Solution explorer expands EVERY folder that is not included in the project, this takes some time. Folders that are included work as I'd expect. If I disable Show All Files I
    Posted to Tips & Tricks (Forum) by Myster on 2/26/2009
    Filed under: visual studio
  • Re: Webparts

    Hi Russ, Appologies if this is a bit out of context (nothing to do with webparts), but I tried the above adapter on a "System.Web.UI.WebControls.Calendar" and it rendered like this: < table id = "ctl00_Main_SingleDayInput" class = "calendarControl" > </ table > got any tips? :-) Cheers. Murray
    Posted to CSS Friendly Control Adapters (Forum) by Myster on 2/10/2008
    Filed under: "CSS Friendly Control Adapters"
  • Re: Creating an Image adapter

    Thanks, that's what I'm after too, I have Controls that inherit form the Image control and I don't want to have to change all the occurrences of that either. One suggestion I have is tweak that regex so if someone does add an inline style intentionally then it "should" work. My regex isn't uber enough for the task :-) Cheers. Murray.
    Posted to CSS Friendly Control Adapters (Forum) by Myster on 10/22/2007
  • Re: Skinning inside core modules

    Yep I've got no problem updating the ascx modules myself but I'm going to hand the site over to some other developers when I've finished. So mainly my wish is that they can upgrade whatever they like without it breaking. and it'd be nice If they can upgrade to the next DNN version (especially since this is a 4."0h" version ;-) I can't upgragde to 4.1 yet cos the blog module isn't happy with 4.1 We'll have to give DeveloperMCDBA's module a look it'll probably do what we're after. And yes CSS is the
    Posted to DotNetNuke (Forum) by Myster on 12/22/2005
  • Re: Skinning Menu <ul> <li>

    Is there a way to set the 'selected state' for the menu? By that I mean the <a href> or the <li> tag that represents the page being viewed should have an additional class so we can style it differently. This is so user's have another visual cue to indicate which page they are viewing? Cheers. Murray.
    Posted to DotNetNuke (Forum) by Myster on 12/21/2005
  • Skinning inside core modules

    Hi all I'm pretty sure the answer will be no. But is there the ability to skin 'inside' core modules, for example I want to change the links module to use <ul> list not tables I'm guessing it's not possible with the current version, so my post therefore becomes a feature suggestion. Perhaps if I had a "Desktop Modules/../.." folder structure under my skin folder, then any ascx files I specify that have the same name as a desktop module ascx file.... would take over ... There's probably lots
    Posted to DotNetNuke (Forum) by Myster on 12/20/2005
  • Re: Skinning Menu <ul> <li>

    Sweet, that's the ticket. Thanks. Hmmm. the forum doesn't seem to have the dohickey where i can mark this as 'resolved' anymore.
    Posted to DotNetNuke (Forum) by Myster on 12/14/2005
  • Skinning Menu <ul> <li>

    Hi all Is there a control we can include on our skin that is like the < dnn:Links runat="server" id="dnnLinks"> control? EXCEPT we want it to list everything in nested <ul> and <li> nodes. Then we can roll our own javascript or css or whatever we want over the top of that. This makes things nice 'n accessible. We're also evaluating the one from http://houseofnuke.com/ , that comes with all the javascript and css bagage that we could roll ourselves. Cheers. Murray.
    Posted to DotNetNuke (Forum) by Myster on 12/13/2005
Page 1 of 3 (24 items) 1 2 3 Next >