Questions tagged as 'sharepoint'

1
answer

My CSS file is too large and it is difficult to keep readability

My CSS file is close to 10,000 lines. It is getting very complicated to maintain this file. in its version of Development the file "weighs" 170kb and in its minified version, "only" 128kb Some points to consider: Avoid unnecessary network...
asked by 11.02.2016 / 17:09
1
answer

SharePoint with MVC 5 what better way to work?

My question is what form of hosting should I use? Provider-hosted Autohosted SharePoint-hosted Application will stay on the server to be consumed by internal users and external users . Our team is made up of MVC developers and...
asked by 10.08.2015 / 16:19
3
answers

PowerShell - How to create a subsite in Sharepoint Online

I have a website and I need to create sub-sites dynamically because they are many clients and I tried using powershell for this, but I can only create a site collection. Example: new-SPOSite -url httl://url.sharepoint.com/douglas -owner dougla...
asked by 03.06.2014 / 20:00
2
answers

AngularJS + Sharepoint + Rest API

Personally I am currently trying to develop a script inside sharepoint using the Script Editor but it is falling into the error of my code, as if the connection was not correct, however, in the Dev Http google the rest request works. Here is the...
asked by 14.02.2014 / 17:54
1
answer

Creating an App for Sharepoint using Dev, AngularJS and RestAPI

I need to create an app for sharepoint that does the simple task of listing fields from a list on the screen where the App is placed inside Sharepoint. I have the following error: In 'Access-Control-Allow-Origin' header is present on the requ...
asked by 20.02.2014 / 13:50
2
answers

XSL does not enter the correct condition

I have the following condition: <xsl:when test="$Rows[1]/@Style='Resultado-Lista'"> <ul> <xsl:for-each select="$Rows"> <li> <a href="/{@FileRef}" title="{$Data} - {@Title}"> <xsl:ch...
asked by 26.05.2014 / 15:29
1
answer

How to use REST API from SharePoint Online via local HTML

Good afternoon, I'd like to know how to use the Sharepoint Online REST API through external applications, specifically a local HTML with JS. Using the example of this article link , I get the following error msg: XMLHttpRequest can not...
asked by 04.08.2017 / 15:51
1
answer

Failed access to SPServices in a SharePoint list

I created a SPServices that queries a list in SharePoint 2010 and returns the value of a single field. However, this query is returning the following error: soap:ServerException of type 'Microsoft.SharePoint.SoapServer.SoapServerException' wa...
asked by 16.05.2014 / 23:02
1
answer

Text alignment in sharepoint

How can I leave this text aligned to the screen? How do I put a line break through Share Point Designer?     
asked by 04.04.2014 / 19:22
0
answers

How to change the position of a Default Sharepoint 2013 Ribbon

I'm trying to change the position of the Default Ribbon Attach File to a group I created in the "Edit" tab of a list, but I can just hide it by adding that line of code to my Element.xml <CommandUIDefinition Location="Ribbon.ListForm.Edit.A...
asked by 18.12.2014 / 13:57