• RE:Setting visibility of a web part over many different pages.
    Forum Post Mar 7, 2013
    Hi, In the versions 5.x you will need to create a custom macro that will check more items. In newer versions, there is the option to use K# syntax in the macro and create more complex macro expressions. Best regards, Juraj Ondrus

  • RE:Return Value of Field from Document Type with Macro
    Forum Post Mar 20, 2013
    try... {%Documents.WithAllData["/Locations/Florida"].OfficePhone|(user)michalv|(hash)a02e855af3671069f52f3ef5b6a4b8362f42376e2a0853f37514df4739820e29%}

  • K# help
    Forum Post May 11, 2013
    How would I string these all together as one macro? {% if (CurrentUser.IsInRole("Public")) {"FileSecurity = 0"} |(user)michalv|(hash)c13909f0a3e8be9adb00178d8a33cf3ef90fa21a54c020416fd2406d0db06340%} {% if (CurrentUser.IsInRole("Collaborative")) {"FileSecurity = 1 OR FileSec...

  • RE:Macro Question - Product Is Bundle
    Forum Post May 14, 2013
    This is perfect, thank you so much for your help!

  • RE:Cookie Value on Anchor Links
    Forum Post Jun 4, 2013
    Hi, As far as I can tell and seen before the macro's are not resolved inside widget due to some security reasons. So inside all widgets the macro should not get resolved. What you can do is to use web part such as Editable text instead and use the macro there. Can y...

  • RE:ClassName Macro for Current Document
    Forum Post Jun 17, 2013
    Hi, Where and how are you using the macro? I just used the Jan's macro in an editable region on a Page tab for a quick test and it is working fine. What is the output of the macro debug? btw. I am on 7.0.39 - but there should not be any difference, I hope :-) Best r...

  • RE:Visible Macro
    Forum Post Jun 20, 2013
    try... {%CurrentDocument.DisplayName == "Video"|(user)michalv|(hash)182bdf78401bb1971636dcc6308ba432c6eb40648761ca3ca89a23d9a0a299d3%} or if you wanto to be case insensitive... {%CurrentDocument.DisplayName.ToLower() == "video"|(user)michalv|(hash)852934a54d04c19d5d76f9424a...

  • RE:Quick K# macro help
    Forum Post Jul 17, 2013
    Yep that would work. Thanks

  • RE:Macro Nested Children get paren
    Forum Post Jul 18, 2013
    Hi, The list menu is using the API. Your custom macro would use the same. But you can achieve it by creating a loop/cycle in the K# macro in the same way as in the custom macro code and then you will use properties the same as in the API. As I mentioned above. The NodeParen...

  • RE:macro for previous url
    Forum Post Sep 3, 2013
    is there a way to get the current url?

  •   ... 31 32 33 34 35 36 37 38 39 40 ...