ranyaof

Stories submitted by ranyaof

PDF Icon In Moss / Sharepoint 2007(arabia-sharepoint.blogspot.com)

submitted by ranyaofranyaof(25) 2 years, 5 months ago

moss ( Sharepoint 2007) doesn't install an icon for pdf document type file by default . inorder to install the pdf icon into moss you should follow the following stips : 1) right click to download image 2) save the icon to (C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\template\images) and rename the file to icpdf.gif read more...

add a comment |category: |Views: 8

tags: another

Bug with the LookupField control when the number of items is greater t(arabia-sharepoint.blogspot.com)

submitted by ranyaofranyaof(25) 2 years, 5 months ago

Bug with the LookupField control when the number of items is greater than 20 If the number of items is <= 20 then the control generate a DropDownList. If the number of items is > 20 then the control generate a TextBox and an Image When the LookupField has more than 20 items, we receive thew following error: Microsoft JScript runtime error: Object required The problem is raised in the Core.js file in the AbsLeft method. function AbsLeft(obj) { var x=obj.offsetLeft; var parent=obj.offsetParent; while (parent.tagName !="BODY") { x+=parent.offsetLeft; parent=parent.offsetParent; } x+=parent.offsetLeft; return x; } read more...

add a comment |category: |Views: 6

tags: another

Arabia SharePoint: Access denied error when adding new page to sharepo(arabia-sharepoint.blogspot.com)

submitted by ranyaofranyaof(25) 2 years, 5 months ago

1) Go to Site Actions ; Site Settings ;Modify all site settings 2) Go to Galleries ; Master pages and page layouts 3) From the list toolbar, select Settings ; Document library settings 4) Select permissions for this document library 5) Add 'Restricted Read' access to the required groups read more...

add a comment |category: |Views: 3

tags: another