문제

I would like to know how viewproperties menu works an item in a list.

I googled for sometime and found that the javascript files owsbrows.js and core.js at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\1033 will help in getting the properties of the item.

Could someone explained me how these two javascript files really works?

도움이 되었습니까?

해결책

If you are wondering how the javascript is working in the background I would recommend downloading firebug or fiddler and examining the javascript using those tools.

Using the javascript debugger and profiler in firebug you can add breakpoints to javascript and step through it line by line.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top