Expand my Community achievements bar.

deana66659071
deana66659071
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I'm trying to disable the add button when a user gets to 4 (example).I can get access to the click event for remove, but not for the add.  Some other listener must be grabbing the event. Is there a good way to "disable" the add button on a multiField component?I've tried this approach and could not ...

    Type

    Questions

    Views

    3.4K

    Likes

    0

    Replies

    4
  • Thank you for your help.  I've done something similar, just wish there was an easier way to handle this in Sightly.I like the way you approached this with this "generic" class.Thanks again.-Dean

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • I've got a property as followsitems="[{"linkLabel":"Monkey"\,"anchor":"#monkey"}, "linkLabel":"Bear"\,"anchor":"#bear"},{"linkLabel":"Lion"\,"anchor":"#lion"}]" When I loop through...

    Type

    Questions

    Views

    2.4K

    Like

    1

    Replies

    5
  • This is exactly what I was looking for.  My apologies for not providing enough information to begin with.Thank you all for taking the time to reply.-Dean

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Is it possible to pass parameters to a component?I have a situation where I want to configure a component but do not want the author to do so.  Therefore, I'd like to be able to pass parameters to a component.Is it possible?Does anyone have an example of that?Thank you in advance for your help.-Dean

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    6
  • Today, we grant access to components at the parsys level within a given page.Is it possible to grant access to components for the entire page (meaning any parsys)?Thank you in advance.-Dean

    Type

    Questions

    Views

    705

    Likes

    0

    Replies

    3
  • When creating a Sightly page component, we are unable to find out how to name the file inside the component so that it overrides the XML rendition of the component. We can't use the usual xml.jsp, since this is a Sightly component.  Oddly, if I put an xml.jsp in my Sightly component, it takes effect...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    2
  • I'm trying to get a list of tags available but I keep ending up with an Array of 0Example code:        private List<String> tagsList = new ArrayList<String>();         try{            ResourceResolver resourceResolver = getRequest().getResourceResolver();            // Session session = resourceReso...

    Type

    Questions

    Views

    6.6K

    Likes

    0

    Replies

    1
  • I don't have an issue with the .odd or .even attributes of the list, those actually hit when expected-------------------------- Code Example Start -------------------------------------------------<div data-sly-test="${groupItemsList.even}" data-sly-unwrap>    <div class="even">EVEN</div>     </div><...

    Type

    Questions

    Views

    4.9K

    Likes

    0

    Replies

    0
  • Thank you for your reply, but that's not exactly what I'm trying to do here ...This is in a loop of a list ...We can only write out the following when the loop is even ...<div class="row">     <div class="even">${groupItemsList.index}</div>     Likewise, we can write out the following when the value...

    Type

    Questions

    Views

    4.9K

    Likes

    0

    Replies

    0
Top badges earned by deana66659071
Customize the badges you want to showcase on your profile