Re: [Hypercontent-users] User defined fields
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2006-03-15 16:33:25
|
Hi Jeff, Permissions can only be applied down to the level of a file, not sections within a file. Depending on your information model, one approach might be to package the content as a set of files rather than a single file; you can pull the contents of the multiple files together at display time. For example, you might define your packages as "/*/index.xml", and then have a second type "/*/ author.xml" to store data that the authors can write to. You would then apply the write permission for authors to "/*/author.xml"; your output for /*/index.xml could then include source="author.xml". If you're working from the latest CVS code, you can also set an attribute 'create="auto"' on the author doctype, so the author file will be automatically created every time you add a package. Alex On Mar 15, 2006, at 11:18 AM, Jeffrey L. Florendo wrote: > Hi, > I was wondering if there was a way to set user permissions on > different parts of a file. > For example, If i have 2 fields "Title" and "Author" I want only > the admin groups to be able to edit the "Title" and "Author" > fields but have the faculty groups only be able to view and NOT > edit the "Title" field. > Is this at all possible? > - Jeff > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the > live webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |