Skip to main content
Participating Frequently
February 13, 2010
Answered

Identifying parents position

  • February 13, 2010
  • 1 reply
  • 570 views

Hi,

Is it possible to write a condition based on the current element parents postion in the EDD. For example, I want to apply a different prefixe on my element if its parent is the first within its own parent.

Thank you

This topic has been closed for replies.
Correct answer Michael_Müller-Hillebrand

Use

parent {first}

- Michael

PS: "parent" should be replaced with the name of _your_ parent element.

1 reply

Michael_Müller-Hillebrand
Legend
February 14, 2010

Use

parent {first}

- Michael

PS: "parent" should be replaced with the name of _your_ parent element.

hirsuteAuthor
Participating Frequently
February 15, 2010

Thank you. That worked!