The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
199 views

Opening and closing AssetPortalBrowser.aspx in SharePoint model popup

I am trying to open the "OOB" AssetPortalBrowser.aspx from a page within a SharePoint native model popup. My aim is to get the selected filename back to the script. So far I was able to open the ...
1
vote
0answers
199 views

AssetUrlSelector Dialog doesn't look like it should

I can't make the AssetUrlSelector Dialog to look the same as in examples that I find throughout the internet. I have simply put a AssetUrlSelector with some parameters just to try it out: ... ...
0
votes
1answer
314 views

How to link to user profile in wiki

I'm looking to add simple links to different users within a wiki article (i.e. "John defined the original request, which was then expanded on my Jane." where John and Jane linked to their profile ...
1
vote
0answers
343 views

How to set a “default folder” to an Asset Picker

I'm trying to create an asset picker which matches my needs. I have the asset picker in my Custom Field and i want it to open the dialog from the List he is in. I wrote down this code: ...
1
vote
1answer
395 views

Select item from popup window and return the url to the parent window

I'm having a tricky problem which I can't solve with the AssetUrlSelector since it won't pass parameters. This code works except for the parameter: <xsl:variable name="CurrentProductCode" ...
0
votes
1answer
470 views

How to use AssetUrlSelector on a specified site collection?

We can get AssetUrlSelector to work on the site collection it is placed in. But how can we get it to use another site collection?