Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Sapphire » Implied Properties(Adding alongside other properties)
Implied Properties [message #726547] Sun, 18 September 2011 15:28 Go to next message
Kamesh Sampath is currently offline Kamesh SampathFriend
Messages: 213
Registered: July 2009
Senior Member
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



Re: Implied Properties [message #726551 is a reply to message #726547] Sun, 18 September 2011 15:55 Go to previous message
Kamesh Sampath is currently offline Kamesh SampathFriend
Messages: 213
Registered: July 2009
Senior Member
It worked ! i referred to Samples and corrected it ..
Previous Topic:Switching XSD
Next Topic:Sapphire Events
Goto Forum:
  


Current Time: Fri Apr 26 15:07:23 GMT 2024

Powered by FUDForum. Page generated in 0.02785 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top