| Stefan Goßner [MSFT] 2006-12-07, 1:20 pm |
| Hi,
please check out my solution for this:
http://blogs.technet.com/stefan_gos.../05/252823.aspx
Cheers,
Stefan
"philips" <philips@discussions.microsoft.com> wrote in message
news:BB35C95C-0D40-493D-B266-65463801F267@microsoft.com...
> When users create a new posting we need to allow them to select items from
> a
> listbox and then save those items to a custom property of the posting.
>
> I've got the listbox showing items and can get the selected items.
> Because
> custom properties can only be edited during 'update' mode I'm only showing
> the listbox in 'update' mode (and not for new postings).
>
> The problem is that it is complicated for users to get the posting into
> update mode. For new postings they have to hit 'save' and then 'submit'
> and
> then the posting is in 'update' mode. If it's a saved and published
> posting
> they have to click 'edit' then 'save' then 'exit' just to get into
> 'update'
> mode.
>
> Is there a better way to update a page's custom properties from selections
> on the posting?
>
> Thanks much,
|