Is it possible to use the @Condition builder@ form control for the standard Visible field in webparts? I'm putting together a widget/webpart where I want to show/hide it based on macro rules instea...
On our website, we have a logo on top. What I want is the following:If the website's path starts with: 'www.website.com/books' The Logo should be 'books.png'. If the website's path starts with anyt...
On our website we want to add a "Print" button on certain pages. My goal is to add a boolean field to the page type that let's you choose if you want the button on the page or not.This all works fi...
I'm using next macro in web part visible field{% CMSContext.Current.GlobalObjects.Users.Where(@UserID=@+ToInt(QueryString[@UserId@], 0 )).FirstItem.IsExpertIn != @@ #%}but it doesn't work if IsExpe...
I'm having a few problems using the 'On-line Form' Web Part:When using the form, the user must first select an option from a drop-down list; depending on what option is chosen, only certain fields ...