Re: Smart Edit Mode

2011-05-02 Thread Dmitry Terner
Hi Jian, It looks like you are using the html5 shiv in your project modernizr does soemthign similar but I guess does not play as nice with MS. I will try to add the shiv in SmartEdit only tags and see if it works... - Dmitry -- You received this message because you are subscribed to the

Re: Smart Edit Mode

2011-04-29 Thread Jian Huang
Hi guys, I just built the following site in MS 10. http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/smashing-html5/files/index.html JS and CSS are managed in MS 10 as well. I experienced no problem in IE 8 nor in Firefox 4, in SmartEdit, Page Preview and Publish. If there a

Re: Smart Edit Mode

2011-04-29 Thread Sami Dubey
Hi Dmitry, Thank you [?] for your guidance. Since my application page has huge Footer, so it is very difficult for me to use this approach [?]. On Fri, Apr 29, 2011 at 3:07 AM, Dmitry Terner wrote: > Exactly what I am experiencing.. so what I had to do is not pretty but it > works. Here is an

Re: Smart Edit Mode

2011-04-28 Thread Dmitry Terner
Exactly what I am experiencing.. so what I had to do is not pretty but it works. Here is an example.
some content that is styled footer div> -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to thi

Re: Smart Edit Mode

2011-04-28 Thread Sami Dubey
> that fix them in your CSS and add those classes to the elements in question > but surrounded by the smart Edit mode tags. > > Hope that helps. If you post some examples I can be more specific. > > - Dmitry > > -- > You received this message because you are subscribed to t

Re: Smart Edit Mode

2011-04-28 Thread Dmitry Terner
t, if there are still some weird positioning problems create classes that fix them in your CSS and add those classes to the elements in question but surrounded by the smart Edit mode tags. Hope that helps. If you post some examples I can be more specific. - Dmitry -- You received this me

Re: Smart Edit Mode

2011-04-28 Thread Sami Dubey
Hi Dmitry, We are using modernizr, could you please help me out how we can resolve it? Thanks Samridhi On Wed, Apr 27, 2011 at 8:57 PM, Dmitry Terner wrote: > Hi Sami, > > I have run into the same issue, My workaround and mind you I don't think > its great is to add extra classes that fix the

Re: Smart Edit Mode

2011-04-27 Thread Dmitry Terner
Hi Sami, I have run into the same issue, My workaround and mind you I don't think its great is to add extra classes that fix the layout issues in smartEdit and wrap them in tags so they don't publish. I am going to assume that you are using modernizr to make everything work with IE7 and 8

Re: Smart Edit Mode

2011-04-27 Thread Sami Dubey
ote: > > > > Hi, > > > > > > We are using HTML 5.0 to build pages, after publishing the page to > > > > server it is coming fine as per expectation, however when we look the > > > > page using Smart Edit Mode layout of page is br

Re: Smart Edit Mode

2011-04-27 Thread Jian Huang
gt; > -Jian > > > On Apr 27, 6:05 am, Sami Dubey wrote: > > > Hi, > > > > We are using HTML 5.0 to build pages, after publishing the page to > > > server it is coming fine as per expectation, however when we look the > > > page using Smart Edit Mo

Re: Smart Edit Mode

2011-04-27 Thread Sami Dubey
dividually in a small content > class? > > -Jian > > On Apr 27, 6:05 am, Sami Dubey wrote: > > Hi, > > > > We are using HTML 5.0 to build pages, after publishing the page to > > server it is coming fine as per expectation, however when we look the > > page

Re: Smart Edit Mode

2011-04-27 Thread Jian Huang
expectation, however when we look the > page using Smart Edit Mode layout of page is breaking. > > Do we have to follow certain HTML tags to be formed or any guideline > needed to keep the page layout proper while viewing it through Smart > Edit. > > I will be thankful if

Re: PreviewHandler.ashx Error in Smart Edit Mode.

2011-04-27 Thread Jian Huang
ence instructs MS to treat those files as script files instead of regular HTML pages, and the error should go away. -Jian On Apr 27, 8:34 am, Sami Dubey wrote: > Hi > > When I open my page in Smart Edit Mode it gives the error like > javascript error however we have not used

PreviewHandler.ashx Error in Smart Edit Mode.

2011-04-27 Thread Sami Dubey
Hi When I open my page in Smart Edit Mode it gives the error like javascript error however we have not used any file called PreviewHandler.ashx. The description of the error is: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/ 4.0; InfoPath.2

Smart Edit Mode

2011-04-27 Thread Sami Dubey
Hi, We are using HTML 5.0 to build pages, after publishing the page to server it is coming fine as per expectation, however when we look the page using Smart Edit Mode layout of page is breaking. Do we have to follow certain HTML tags to be formed or any guideline needed to keep the page layout

Re: Javscript not working in smart edit mode

2010-05-05 Thread markus giesen
blish, and then to > use the container in SE and preview > > operator="==" valueb="Int:2"> src="<%anc_top_nav_js%>"> reddot:cms> > > > What happens is reddot will generate a temporary file named > RDTEMP_[login_guid]_[page_guid].js. > On

Re: Javscript not working in smart edit mode

2010-05-05 Thread brydz24
t; Reddot CMS gives problem in using JS files in smart edit mode when > they are created as a content class and referred in page through an > anchor, like below: > > > > as a solution we add JS files as: > > > > where this media placeholder contains the JS file as an As

Re: Javscript not working in smart edit mode

2010-05-05 Thread Pawan
Hi Santhosh, Reddot CMS gives problem in using JS files in smart edit mode when they are created as a content class and referred in page through an anchor, like below: as a solution we add JS files as: where this media placeholder contains the JS file as an Asset. Hope it solves your

Re: Javscript not working in smart edit mode

2010-05-04 Thread Christopher Sheldon
irst. Most likely it's the first thing in which RedDot is basically changing your script while in RedDot, when you aren't looking. On Apr 30, 3:22 am, santhosh santhosh wrote: > Hi all, > > I have a top menu in my application which expands from top to down on mouse > hover through

Re: Javscript not working in smart edit mode

2010-05-02 Thread markus giesen
h expands from top to down on mouse > hover through javascript code.In smart edit mode this is not working and > also any of the javascript functions are not working in smart edit > mode.Javascript external file has been reffered in the application  and all > javascripts are present only

Re:Javscript not working in smart edit mode

2010-04-30 Thread santhosh santhosh
Hi all, I have a top menu in my application which expands from top to down on mouse hover through javascript code.In smart edit mode this is not working and also any of the javascript functions are not working in smart edit mode.Javascript external file has been reffered in the application and

Re: Javascript problem in smart edit mode

2010-04-30 Thread DBK
menu in my application which expands from top to down on > mouse hover through javascript code.In smart edit mode this is not > working and also any of the javascript functions are not working in > smart edit mode.Javascript external file has been reffered in the > application  and all ja

Re: Javascript problem in smart edit mode

2010-04-30 Thread Keith Bloom
h javascript code.In smart edit mode this is not > working and also any of the javascript functions are not working in > smart edit mode.Javascript external file has been reffered in the > application and all javascripts are present only in this file. > > So can anyone provid

Javascript problem in smart edit mode

2010-04-30 Thread manikandan rajuiyer
Hi all, I have a top menu in my application which expands from top to down on mouse hover through javascript code.In smart edit mode this is not working and also any of the javascript functions are not working in smart edit mode.Javascript external file has been reffered in the application and

Re: Show in Smart edit mode and preview mode but not published to server

2009-08-08 Thread Adrian Mateljan
smart edit mode and preview mode but then not publish to the server. > Of course I can use these block marks: > > > > but that only shows when in smart edit and not preview. > > We are not using Live server or Nav Manager. --~--~-~--~~~---~--~

Re: Show in Smart edit mode and preview mode but not published to server

2009-08-07 Thread Stefan Buchali
use rendertags for this: HERE YOUR CODE --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to RedDot-CMS-Users@googlegroups.com To unsubscribe from this grou

Show in Smart edit mode and preview mode but not published to server

2009-08-07 Thread ucfan
Is there a way to have a bit of code that will show and be used in smart edit mode and preview mode but then not publish to the server. Of course I can use these block marks: but that only shows when in smart edit and not preview. We are not using Live server or Nav Manager

Re: How to reference List from smart edit mode ?

2009-03-30 Thread Sheridan Saint-Michel
gt;>     >>     <%hdl_title%> >>     Width >>     Height >>     >> >> >> >> >> So in edit mode I see a nice table with the properties for each flash >> movie and I can edit them r

Re: How to reference List from smart edit mode ?

2009-03-26 Thread markus giesen
; > > > > So in edit mode I see a nice table with the properties for each flash > movie and I can edit them right there. > > Does that help? > Sheridan Saint-Michel > > On Thu, Mar 26, 2009 at 8:30 AM, Mahesh wrote: > > > How to reference List from smart e

Re: How to reference List from smart edit mode ?

2009-03-26 Thread Sheridan Saint-Michel
e and I can edit them right there. Does that help? Sheridan Saint-Michel On Thu, Mar 26, 2009 at 8:30 AM, Mahesh wrote: > > How to reference List from smart edit mode .. > > list -> set of pages > > > --~--~-~--~~~---~--~~ You received this

How to reference List from smart edit mode ?

2009-03-26 Thread Mahesh
How to reference List from smart edit mode .. list -> set of pages --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to RedDot-CMS-Users@google