Implied Properties [message #726547] |
Sun, 18 September 2011 11:28  |
Eclipse User |
|
|
|
Is it possible to add the Implied property alongside other properties instead of using the child nodes ?
Konstantins - Reply
Quote:
I am not sure what happened there, but it looks like the forum is working properly now. Unfortunately, I don't have any means to remove the duplicate forum posts.
> I have an implied property, right now I can add an implied property only
> as a "Child Nodes" is it possible to add it under sections just similar to how
> we add the list properties.
Use the "with" construct for both implied and regular element properties in a form.
- Konstantin
And i did something like this only for implied property
<with>
<label>Portlet Information</label>
<path>PortletInfo</path>
<default-panel>
<content>
<form>
<content>
<property-editor>Id</property-editor>
<property-editor>Title</property-editor>
<property-editor>ShortTitle</property-editor>
<property-editor>Keywords</property-editor>
</content>
</form>
</content>
</default-panel>
</with>
And got a illegal state exception. Can you just let me know the sample where i can find the similar case ?
the scenario is that i have 3 properties that are right under the root and three which is under root/child-1/ where child-1 is my implied property under root.
~Kamesh
|
|
|
|
Powered by
FUDForum. Page generated in 1.05370 seconds