tudorolariu.blogspot.com tudorolariu.blogspot.com

tudorolariu.blogspot.com

Tudor's SharePoint Blog

Tuesday, March 10, 2009. Minimize WebParts with jQuery. Recently I had to implement a quick way for the users to minimize and restore webparts with a single click, rather than having to use the default webpart verb to Minimize / Restore: it involves two clicks and it’s not very intuitive for the users. My solution is the following jQuery. Display the hand cursor over the title table rows for each webpart and hook to the "onclick" event. DivElement = $( this. And togle its visibility status. Dealt with a ...

http://tudorolariu.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR TUDOROLARIU.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

April

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.5 out of 5 with 11 reviews
5 star
1
4 star
6
3 star
3
2 star
0
1 star
1

Hey there! Start your review of tudorolariu.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

2.1 seconds

FAVICON PREVIEW

  • tudorolariu.blogspot.com

    16x16

  • tudorolariu.blogspot.com

    32x32

  • tudorolariu.blogspot.com

    64x64

  • tudorolariu.blogspot.com

    128x128

CONTACTS AT TUDOROLARIU.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Tudor's SharePoint Blog | tudorolariu.blogspot.com Reviews
<META>
DESCRIPTION
Tuesday, March 10, 2009. Minimize WebParts with jQuery. Recently I had to implement a quick way for the users to minimize and restore webparts with a single click, rather than having to use the default webpart verb to Minimize / Restore: it involves two clicks and it’s not very intuitive for the users. My solution is the following jQuery. Display the hand cursor over the title table rows for each webpart and hook to the onclick event. DivElement = $( this. And togle its visibility status. Dealt with a ...
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 tudor's sharepoint blog
4 a sharepoint adventure
5 script
6 document ready function
7 trms wpheader
8 css cursor
9 pointer
10 hand
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,tudor's sharepoint blog,a sharepoint adventure,script,document ready function,trms wpheader,css cursor,pointer,hand,bind click,function,parents ' tr first,siblings ' tr first,children ' td first,children ' div first,tudor
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Tudor's SharePoint Blog | tudorolariu.blogspot.com Reviews

https://tudorolariu.blogspot.com

Tuesday, March 10, 2009. Minimize WebParts with jQuery. Recently I had to implement a quick way for the users to minimize and restore webparts with a single click, rather than having to use the default webpart verb to Minimize / Restore: it involves two clicks and it’s not very intuitive for the users. My solution is the following jQuery. Display the hand cursor over the title table rows for each webpart and hook to the "onclick" event. DivElement = $( this. And togle its visibility status. Dealt with a ...

INTERNAL PAGES

tudorolariu.blogspot.com tudorolariu.blogspot.com
1

Tudor's SharePoint Blog: Custom Group Order in a SharePoint List

http://www.tudorolariu.blogspot.com/2008/10/custom-group-order-in-sharepoint-list.html

Thursday, October 16, 2008. Custom Group Order in a SharePoint List. Suppose you have a standard SharePoint list with its items grouped by a field. By default, the SharePoint interface allows you to show the groups in ascending or descending order, and the ordering is done based on the group's name. What do you do if you want to control the order in which the groups are shown? Consider the classical example of Products and Product Categories, using sample data as depicted below:. Create the linked source.

2

Tudor's SharePoint Blog: Minimize WebParts with jQuery

http://www.tudorolariu.blogspot.com/2009/03/minimize-webparts-with-jquery.html

Tuesday, March 10, 2009. Minimize WebParts with jQuery. Recently I had to implement a quick way for the users to minimize and restore webparts with a single click, rather than having to use the default webpart verb to Minimize / Restore: it involves two clicks and it’s not very intuitive for the users. My solution is the following jQuery. Display the hand cursor over the title table rows for each webpart and hook to the "onclick" event. DivElement = $( this. And togle its visibility status. The code shou...

3

Tudor's SharePoint Blog: October 2008

http://www.tudorolariu.blogspot.com/2008_10_01_archive.html

Thursday, October 16, 2008. Custom Group Order in a SharePoint List. Suppose you have a standard SharePoint list with its items grouped by a field. By default, the SharePoint interface allows you to show the groups in ascending or descending order, and the ordering is done based on the group's name. What do you do if you want to control the order in which the groups are shown? Consider the classical example of Products and Product Categories, using sample data as depicted below:. Create the linked source.

4

Tudor's SharePoint Blog: March 2009

http://www.tudorolariu.blogspot.com/2009_03_01_archive.html

Tuesday, March 10, 2009. Minimize WebParts with jQuery. Recently I had to implement a quick way for the users to minimize and restore webparts with a single click, rather than having to use the default webpart verb to Minimize / Restore: it involves two clicks and it’s not very intuitive for the users. My solution is the following jQuery. Display the hand cursor over the title table rows for each webpart and hook to the "onclick" event. DivElement = $( this. And togle its visibility status.

5

Tudor's SharePoint Blog: Custom Group Order in a SharePoint List: Dynamic Grouping

http://www.tudorolariu.blogspot.com/2008/11/custom-group-order-in-sharepoint-list.html

Saturday, November 1, 2008. Custom Group Order in a SharePoint List: Dynamic Grouping. This is the second part of a series concerning custom group ordering in a grouped SharePoint List. While the first part. Dealt with a hard coded group order (as the group positions were defined in a separate list), this part shows how the groups can be dynamically ordered by the number of child elements they contain. We will use a simple list with Employees, grouped by Country and then by Company. Right click on your f...

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL PAGES IN THIS WEBSITE

6

LINKS TO THIS WEBSITE

cipriangrosu.blogspot.com cipriangrosu.blogspot.com

CipG Development Blog: May 2009

http://cipriangrosu.blogspot.com/2009_05_01_archive.html

Only life is important. Wednesday, May 20, 2009. Different behavior in New and Edit form for a custom field. A request from a client was to create a custom field for a SharePoint list with different behavior in New form than in Edit. I was able to control this using JavaScript and the only thing left to do is to know in which form the field is rendered. For this I had to override the RenderFieldForInput. Method provided by BaseFieldControl. Class and check the SPControlMode. PathToScript = ( this. I had ...

cipriangrosu.blogspot.com cipriangrosu.blogspot.com

CipG Development Blog: CRUD sample for list items using WCF data services and SPLINQ

http://cipriangrosu.blogspot.com/2010/10/crud-sample-for-list-items-using-wcf.html

Only life is important. Thursday, October 21, 2010. CRUD sample for list items using WCF data services and SPLINQ. We have to be aware that the REST based access is not supported for external lists. For this example I created a custom list of towns that we will use. To this list I add some columns like Country, Population and Website. I also add some data. Now, knowing that the data services are located in the “ vti bin. 8221; directory and is called “ ListData.svc. We will create a new TownsItem. To rea...

cipriangrosu.blogspot.com cipriangrosu.blogspot.com

CipG Development Blog: February 2009

http://cipriangrosu.blogspot.com/2009_02_01_archive.html

Only life is important. Wednesday, February 4, 2009. Binding TreeView to Xml. If we want to display hierarchical data we have the possibility to use binding to an asp TreeView. To do this all we need to do is to set the DataSource. Property of the TreeView. Control to the data source, and then call the DataBind. Method. In our case the data source is a xml file that can look like this:. The result that we want should look like this :. A tree for car classification:. Sender, EventArgs e).

cipriangrosu.blogspot.com cipriangrosu.blogspot.com

CipG Development Blog: December 2008

http://cipriangrosu.blogspot.com/2008_12_01_archive.html

Only life is important. Wednesday, December 31, 2008. Lookup column - get data from parent list. In my previous post I shared a solution to replace in the CAML schema of a lookup field the GUID of the list from which the field get his data. Now the situation is that we want to get data from the parent list. Of cource that we can use the previous way but for this case there is a more easy way. The only thing we have to do is to specify the value of the List attribute to Self. Here is the code:. We have a ...

cipriangrosu.blogspot.com cipriangrosu.blogspot.com

CipG Development Blog: June 2009

http://cipriangrosu.blogspot.com/2009_06_01_archive.html

Only life is important. Thursday, June 25, 2009. Redirect to list item page knowing only item id, list id and web id. Is never to late to learn something new and useful. My situation was that I had to open a list item page knowing only the ids of the item, the item container (list in my case) and web. Searching on the net I did not found what I needed. This was until a colleague told me about CopyUtil. Page from SharePoint and indeed I found a very interesting article from Jan Tielen. With a distinct id.

cipriangrosu.blogspot.com cipriangrosu.blogspot.com

CipG Development Blog: February 2010

http://cipriangrosu.blogspot.com/2010_02_01_archive.html

Only life is important. Tuesday, February 16, 2010. Remove web part from web part gallery. Sometimes you need to prevent users to add your web part to pages. You can do this simple when deactivate a feature. Removing the web part is based on assembly name. AssemblyName = System.Reflection.Assembly.GetExecutingAssembly().FullName;. SPSite site = (SPSite)properties.Feature.Parent). SPWeb web = (SPWeb)site.OpenWeb(). SPList list = site.GetCatalog(SPListTemplateType.WebPartCatalog);. Monday, February 8, 2010.

cipriangrosu.blogspot.com cipriangrosu.blogspot.com

CipG Development Blog: Week range knowing week number

http://cipriangrosu.blogspot.com/2010/10/week-range-knowing-week-number.html

Only life is important. Thursday, October 21, 2010. Week range knowing week number. In one of my applications I needed to display the range of a week knowing only the week number from a specific year. After I realize that a functionality like this is not provided out of the box I had to do some research. I started with a DateTime. Extension that I founded at http:/ stackoverflow.com/questions/38039/how-can-i-get-the-datetime-for-the-start-of-the-week. DateTime dt, DayOfWeek startOfWeek). Diff = 7;. ShowS...

cipriangrosu.blogspot.com cipriangrosu.blogspot.com

CipG Development Blog: April 2009

http://cipriangrosu.blogspot.com/2009_04_01_archive.html

Only life is important. Monday, April 6, 2009. Yes, there is a bug on this function allowing that the field created using this function to have after creation as InternalName the DisplayName. This can cause problems when you ranslate your field name into other languages. In this case when you will try to access your field an error will occure. SetTheProperGUID(SPList catList, SPField catField, SPList pageLibList). FieldXml = catField.SchemaXml;. StrInternalName = catField.InternalName;. Regex regex = new.

cipriangrosu.blogspot.com cipriangrosu.blogspot.com

CipG Development Blog: October 2010

http://cipriangrosu.blogspot.com/2010_10_01_archive.html

Only life is important. Thursday, October 21, 2010. Week range knowing week number. In one of my applications I needed to display the range of a week knowing only the week number from a specific year. After I realize that a functionality like this is not provided out of the box I had to do some research. I started with a DateTime. Extension that I founded at http:/ stackoverflow.com/questions/38039/how-can-i-get-the-datetime-for-the-start-of-the-week. DateTime dt, DayOfWeek startOfWeek). Diff = 7;. ShowS...

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL LINKS TO THIS WEBSITE

10

OTHER SITES

tudorocknroll.blogspot.com tudorocknroll.blogspot.com

TUDO ROCK N ROLL

Visualizar meu perfil completo. Aqui tem alguns papeis de parede ou imagens dae va. Histà ria Iron Maiden. Este Blog foi criado para aqueles que querem achar. TUDO ROCK N ROLL. Aqui tem alguns papeis de parede ou imagens dae va. Histà ria Iron Maiden. Este Blog foi criado para aqueles que querem achar. Domingo, 31 de janeiro de 2010. Quinta-feira, 28 de janeiro de 2010. AQUI TEM UNS MP3 DE ALGUNS ALBUNS DE BANDAS, COM O TEMPO VOU ATUALIZANDO O BLOG E COLOCANDO MAIS COISAS ESPERO Q GOSTEM. Jump In The Fire.

tudorofficesupplies.co.uk tudorofficesupplies.co.uk

URL not recognised

The URL http:/ tudorofficesupplies.co.uk. Has not been recognised.

tudoroger.wordpress.com tudoroger.wordpress.com

…tudo eu, tudo meu

8230;tudo eu, tudo meu. Porque metade de mim é partida mas a outra metade é saudade! Fim de um cíclo, começo de outro. E mais um cíclo se fecha para dar lugar a outro. Dizem, em ditados populares, que ‘depois da tempestade vem sempre a bonança’. Impiricamente, comprovo. Adeus Crise dos 29. Crise da Inércia Temporária. Crise do ‘Eu Não Consigo ou Eu Não Me Adapto”. Eu me apeguei a uma frase nesses últimos anos: ” A hora mais escura da noite é exatamente a hora que antecede o amanhecer! Vem cantar com Jesus.

tudoroiu.com tudoroiu.com

Radu Tudoroiu: Fotografie, aventuri si pareri neavizate

Fotografie, aventuri si pareri neavizate. Hai să ne faci poze pe gratis, o sa fie fabulos! April 5, 2017. De veghe-n lanul de agenţi imobiliari. February 28, 2017. Sarbatori intr-o zona de razboi. February 17, 2017. Echipamentul de fotografiat proteste. February 6, 2017. Aplicatie Geografica – Tunelul abandonat Lujerului. January 15, 2017. Caucazul de Sud – Episodul II. December 2, 2016. Echipament: Rental vs. Cumparat. March 15, 2017. Read Article →. De la Mac la PC – divort dupa 12 ani. January 28, 2017.

tudorokt.hu tudorokt.hu

Index of /

tudorolariu.blogspot.com tudorolariu.blogspot.com

Tudor's SharePoint Blog

Tuesday, March 10, 2009. Minimize WebParts with jQuery. Recently I had to implement a quick way for the users to minimize and restore webparts with a single click, rather than having to use the default webpart verb to Minimize / Restore: it involves two clicks and it’s not very intuitive for the users. My solution is the following jQuery. Display the hand cursor over the title table rows for each webpart and hook to the "onclick" event. DivElement = $( this. And togle its visibility status. Dealt with a ...

tudoroll.blogspot.com tudoroll.blogspot.com

Metal Station ~ Tudo Roll

160;    Faça seu pedido. 160;    Equipe. 160;    Parceria. 160;    Contato. 2 Não postar link ou se não terá banimento. 4 Fazer pedidos apenas através da caixa de pedidos. 5 Não pedir 'MOD' ou 'ADM'. Se algumas dessas regras forem quebradas, a pessoas será banida por um tempo de 2H até Permanente. Problemas para ouvir a rádio?

tudorondonia.com tudorondonia.com

Tudo Rondônia 2015 - (69) 3221-0502 / 9962-3981

Prejudicados por descaso da Sesau, médicos residentes entram em greve em Rondônia. Desde março o Governo não paga o valor da bolsa e do auxílio moradia e tampouco informa porque não está cumprindo o que determina a lei, apesar dos reiterados ofícios pedindo esclarecimentos à Sesau sobre o problema. Prefeito Alex Testoni volta ao cargo em Ouro Preto do Oeste. Em Ouro Preto, é grande a expectativa pelo retorno do prefeito ao cargo. Deputado afirma que CPI da evasão terminou em pizza. Preso em Ouro Preto do...

tudorondonia.com.br tudorondonia.com.br

Tudo Rondônia 2015 - (69) 3221-0502 / 9962-3981

Prejudicados por descaso da Sesau, médicos residentes entram em greve em Rondônia. Desde março o Governo não paga o valor da bolsa e do auxílio moradia e tampouco informa porque não está cumprindo o que determina a lei, apesar dos reiterados ofícios pedindo esclarecimentos à Sesau sobre o problema. Prefeito Alex Testoni volta ao cargo em Ouro Preto do Oeste. Em Ouro Preto, é grande a expectativa pelo retorno do prefeito ao cargo. Deputado afirma que CPI da evasão terminou em pizza. Preso em Ouro Preto do...

tudoros.co.uk tudoros.co.uk

Tudor Office Supplies

Sorry, you don"t appear to have frame support. Go here instead - Tudor Office Supplies.

tudorosa.com tudorosa.com

Tudo Rosa - Ingredy Barbi

Postado por Ingredy Barbi. E aí, amores! Eu to super animada com os produtinhos que recebi de várias marcas maravilhosas que eu gosto muito. Então vou mostrar pra vocês o que eu recebi, e claro que depois de testar tudinho eu volto aqui pra contar a minha opinião sobre cada produto. Bora lá! Genteeee, que linha divina é essa? E também recebi esse Condicionador em Spray anti-frizz. E meninas, que maravilha! Ele cria uma película que deixa o cabelo super liso e tira o frizz. É ótimo pra ajudar na hora ...