is it possible to access the sharepoint list newform.aspx using modal popup in 2007 - sharepoint

i am working in sharepoint 2007. i want to open the newlistform.aspx using modal popup. before that i worked the samething in sharepoint 2010. sp2010 having sp.ui.dialog.js file, but moss2007 dont have this file, is it possible to access, if yes please help me to resolve this.
Thanks and Regards,
Rasu.U

No, the dialog framework was first introduced in SharePoint 2010. If you want something similar you will have to code it yourselft using fancyBox or something like it.

Related

PreSaveAction is not working in SharePoint office 365 (2016)

I am working on SharePoint office 365 (2016), and facing issue while adding custom validation in new item form.
Here scenario is complex, I can't handle by using Validation setting/formula. So I have choose custom JavaScript code.
As validation should be perform on click of Save button and PreSaveAction method successfully called but only in 'Classic Experience' but when user changed to 'New Experience' it won't call because of change of HTML structure of the form.
Does any one have an idea how to fix this issue?
Thanks in advance!
As stated in the documentation here jslink is not yet supported in the new experience. In order to support your customization you'd have to disable it.

Sharepoint 2010 : Hiding Edit in datsheet option from document library only

I am migrating MOSS 2007 site to sharepoint 2010 without UI upgrade. I noticed that document library action tab includes menu called "Edit in datasheet". I need to know how do I hide it from ONLY document library. Please Help.
Another solution. Document Library settings->advance settings-> Allow items in this document library to be edited using the datasheet? = N
A possible way is to edit the Display form for the library DispForm.aspx using Sharepoint Designer and use some client side code (Javascript/Jquery) to hide the button.
If you have access to jquery something like this will do:
$(document).ready(function() {
$("[text='Edit in Datasheet']").remove();
});
Check this article for more details

picture library no ribbon - How to check in all checked out pictures in one step?

I have a picture library. The versioning is turned on. My problem is that there is no option to check in all the checked out pictures in one step. The ribbon is completey missing from this library. How can I do this?
Thanks in advance.
Picture Library in Sharepoint 2010 does not have the Ribbon GUI implemented in it, may be due to Microsoft has to deliver the product at time.
Picture library uses the same functionality as Sharepoint 2007.
You cant find ribbons in Picture library in Sharepoint 2010.
I hope i understand your question right
Thanks

Infopath 2010 & Captcha for public Sharepoint 2010 sites

I use Infopath 2010 to create forms for public Sharepoint 2010 sites and one of the requirements is to install a Captcha check for each form.
Is this possible and if so, how?
Thank you!
I think it's not possible to use Image Captcha in infopath forms but you can use text Captcha instead.
See the following link
http://textcaptcha.com/
I hope that help
Regards.
I used this CAPTCHA Web service with my project and it's work correctly. check this http://distinctcaptcha.codeplex.com/

how to show graphs on sharepoint MOSS site

I want to show graphs on sharepoint site .how to do this ?
Check out the ChartPart onb Codeplex.com.
Check out my answer to this question: SO Question, it describes the MS Carthing COntrols You need .NET 3.5 SP1 though.
Depending on whether the origin of the chart is excel, but if you have excel services which is part of the Enterpise edition of MOSS 2007, you can upload the excel document to a library and then use one of the excel webparts to show the worksheet which contains the graph. You will benefit from people being able to update the excel document within sharepoint and the chart being updated automatically
try using http://www.dundas.com/Components/Products/Chart/SharePoint/index.aspx - They are amazing and give great results.
You can also download a trial version!
HTH
You can try VfS. Watch this video tutorial "Create Chart in SharePoint Site in few clicks".
Visifire offers nice easy Chart WebPart Designer for SharePoint 2007 and 2010.

Resources