Re: Page Status - Javascript snippet

2011-09-22 Thread Neil Fegen
Hi Jian It does work, yes. I had IE and FireFox windows side-by-side - with different logons on the same CMS page - and I could edit in one, with the other showing 'Saved as draft' and the page being currently edited by the other user. Kudos to Morgan for this, I had something similar using AS

Re: Page Status - Javascript snippet

2011-09-22 Thread Jian Huang
I...I...this...javascript method might be the most efficient method I have seen. Quick question. What if page is locked or saved as draft by another user? Would rendertag still be able to get status from a locked page? On Sep 22, 5:46 am, Neil Fegen wrote: > Nice one Morgan - I'd add one more

Re: Page Status - Javascript snippet

2011-09-22 Thread Neil Fegen
Nice one Morgan - I'd add one more case to the list for when a page is needing correction: ... case "WaitForCorrection": document.write(''); break; ... Cheers Neil -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To view this discussi

Re: Page Status - Javascript snippet

2011-09-19 Thread Markus Giesen
I've written a non-JS version of this and put it on the blog http://bit.ly/nbnThb Cheers, Markus http://reddotcmsblog.com On Sep 14, 11:11 am, Gavin Cope wrote: > Nice work Morgsy, I've already dropped it in my project :) > > Cheers, > > G. > > On 14 September 2011 10:00, Morgan Ritchings > wro

Re: Page Status - Javascript snippet

2011-09-13 Thread Gavin Cope
Nice work Morgsy, I've already dropped it in my project :) Cheers, G. On 14 September 2011 10:00, Morgan Ritchings wrote: > Hi all. > > here's a javascript equivalent using the v10 workflow icons of the php > version of the page status code that Markus put up on the following > page > http://ww

Page Status - Javascript snippet

2011-09-13 Thread Morgan Ritchings
Hi all. here's a javascript equivalent using the v10 workflow icons of the php version of the page status code that Markus put up on the following page http://www.reddotcmsblog.com/an-undocumented-rendertag-to-enhance-your-reddot-cms-usability/ … i’d suggest wrapping this up in a function and pla