LP

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
LP created a post, create new child on enter key and prevent the content from other cells
Hi Everyone, I am new to MPS and have a basic question: I have a concept which has several children... concept xxx extends BaseConcept ... -
LP commented, -
LP created a post, default value for a property and validate the property with a constraint
Hello, Can somebody answer these questions: How to set a default value for a property? i tried following this link but it didn't really worked (https://dslfoundry.wordpress.com/2016/10/12/how-to-ad... -
LP created a post, Optional string in editor
Hello, How to make a string as optinal in editor. For example: I have in editor interface abcd service {name} { } (and this concept is derived from Baseconcept and implements INamedConcept) where ...