0
votes

I am new to SharePoint and Exploring the Office 365 Small business feature online using trial subscription.

I'm able to create 'App Parts' using Office 365 Developer Site Subscription(by using 'NAPA' SharePoint Developer tool).

Now I wanted to create SharePoint 'Custom WebPart' in Office 365 online without using Visual Studio 2010,2012,2013.

Please Guide me on this by providing some reference links for creating "Custom WebParts" in Office 365 Online and how can i use created web parts.

Edited:

Are there any online tools or sharepoint apps like 'NAPA' available for develop custom Web Parts online?

1
Your SOL, for the most part. O365, does not accept WSP's for installation. You will have create AppParts, instead of WebParts. If you want to do a Visual WebPart, you will need to shell out the money for Server 2012, Sharepoint 2013 Std, and SQL Server 2008r2.GoldBishop
Then that is my lack of knowledge, hope it works for ya.GoldBishop

1 Answers

0
votes

You can create sandbox solutions with SharePoint online.

But in SharePoint 2013 You can do many things just with Content Editor Web Part, javascript and REST services. And with search and display templates. We are using such technics with our on-premise SharePont 2013. And its cover all our needs. Client Object Model and REST services cover almost all SharPoint features. For content processing you can use Content by Search Web Part with display templates. For UI you can use javascript components like JQuery UI.