Michael , Thanks for the info. Funny, I've been using PMwiki for the past few months and just noticed that the whole page rewrites when moving around so it's not really an issue since it's fast.
However, I was wondering why the cookies weren't sticking when hiding the right column between browser sessions as each time I open a new browser, the right column is shown and I want it to be hidden. Not a big deal, just a preference. I also added a toggle box to the top page header using: >>id=box4 set='1' border='0px solid #999' padding=1px << but the set=1 doesn't seem to hold the cookie between pages. That's when I realized that maybe it's a symptom of the redraw behavior. James Mikelis ---------------------------------------------------------------------- Message: 1 Date: Tue, 10 Sep 2013 13:00:48 -0400 From: michael paulukonis <[email protected]> To: "[email protected]" <[email protected]> Subject: Re: [pmwiki-users] Triad Skin - whole page refresh each time a link in left column is clicked Message-ID: <cacgy07ra3sbjh+qtenpk9sxxxthwc+by1dlfolqc_a61ds1...@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" By default, neither PmWiki nor the Triad Skin serve page components by AJAX, so the entire page is (dynamically built and) loaded when you navigate to another page, or change page-actions (since these are submitted via URL parameters, not AJAX). While you could wire it up to server portions via AJAX, since any given page can suppress the left-column, and the left-column could have markup to behave differently on different pages, serving main-content via AJAX would be quite different from normal behavior. Are you seeing a slow flicker on a page-load? Or is all of this talking about something unrelated to what you're experiencing? If this was unrelated, can you give more details on what sort of links you are linking on, and what behavior you expect? -Michael Paulukonis http://www.xradiograph.com <http://goog_2112721603>Interference Patterns (a blog)<http://www.xradiograph.com%5Cinterference> @XraysMonaLisa <https://twitter.com/XraysMonaLisa> http://michaelpaulukonis.com <http://www.BestAndroidResources.com> Sent from somewhere in the Cloud (hearthrug, by the fender) On Tue, Sep 10, 2013 at 12:12 PM, Mikelis, James <[email protected]>wrote: > I just realized that each time a menu item in the left column of the > Triad skin is clicked, the whole page refreshes rather than just the > main body. **** > > It is very annoying. is this the way the skin should work? Other than > that, I like this skin a lot.**** > > ** ** > > James**** > > ** ** > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20130910/a05f8080/attachment-0001.html> ------------------------------ Message: 2 Date: Wed, 11 Sep 2013 02:59:29 -0500 From: Tamara Temple <[email protected]> To: michael paulukonis <[email protected]> Cc: "[email protected]" <[email protected]> Subject: Re: [pmwiki-users] Triad Skin - whole page refresh each time a link in left column is clicked Message-ID: <[email protected]> Content-Type: text/plain; charset=windows-1252 On Sep 10, 2013, at 12:00 PM, michael paulukonis <[email protected]> wrote: > By default, neither PmWiki nor the Triad Skin serve page components by AJAX, > so the entire page is (dynamically built and) loaded when you navigate to > another page, or change page-actions (since these are submitted via URL > parameters, not AJAX). which starts wheels turning of building a skin that runs backbone? no ------------------------------ Message: 3 Date: Wed, 11 Sep 2013 11:39:33 +0200 From: [email protected] To: "[email protected]" <[email protected]> Subject: [pmwiki-users] issue with <!--markup in skin -> doesn't behave as in wikicontent Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Hello I have a issue in placing a markup in a wiki template: a working markup for the "randomsection" as in the recipe: (:include {Public.Alexander$RandomSection}:) <!--markup:(:include {Public.Alexander$RandomSection}:)--> does't work <!--markup:(:include Public.Alexander:)--> works, brings whole file How can I can make $Randomsection to work from a skin template? many thanks in advance regards Patrick Ogay ------------------------------ Message: 4 Date: Wed, 11 Sep 2013 10:03:06 -0400 From: michael paulukonis <[email protected]> To: Tamara Temple <[email protected]> Cc: "[email protected]" <[email protected]> Subject: Re: [pmwiki-users] Triad Skin - whole page refresh each time a link in left column is clicked Message-ID: <cacgy07o5gyyfrsch5bt6ei-ctc_e3jcaoaafo8qo4x4+hq0...@mail.gmail.com> Content-Type: text/plain; charset="windows-1252" Yeah, I was thinking along the same lines. I'd certainly love to see preview via AJAX, at the very least. And uploads, or in a popup window. -Michael Paulukonis http://www.xradiograph.com <http://goog_2112721603>Interference Patterns (a blog)<http://www.xradiograph.com%5Cinterference> @XraysMonaLisa <https://twitter.com/XraysMonaLisa> http://michaelpaulukonis.com <http://www.BestAndroidResources.com> Sent from somewhere in the Cloud (hearthrug, by the fender) On Wed, Sep 11, 2013 at 3:59 AM, Tamara Temple <[email protected]>wrote: > > On Sep 10, 2013, at 12:00 PM, michael paulukonis > <[email protected]> > wrote: > > > By default, neither PmWiki nor the Triad Skin serve page components > > by > AJAX, so the entire page is (dynamically built and) loaded when you > navigate to another page, or change page-actions (since these are > submitted via URL parameters, not AJAX). > > which starts wheels turning of building a skin that runs backbone? > > no > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20130911/01746aab/attachment-0001.html> ------------------------------ Subject: Digest Footer _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users ------------------------------ End of pmwiki-users Digest, Vol 99, Issue 12 ******************************************** _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
