javascript

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2008 04:54 AM
Hi,
Is it possible to check with alfresco javascript if a property exist?
I know it's possible for an aspect,but don't find a similar function for a property.
friendly regards,
Nick
Is it possible to check with alfresco javascript if a property exist?
I know it's possible for an aspect,but don't find a similar function for a property.
friendly regards,
Nick
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2008 08:36 AM
if(document.properties[YOUR_PROPERTY] == undefined) ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2008 10:09 AM
It works!
thx…
thx…
