Fabio Carucci's WebLogs

"...You may say I'm a dreamer, but I'm not the only one..." (Imagine)
posts - 51, comments - 41, trackbacks - 27

My Links

News



PER CONSULENZE SCRIVERE SU "CONTACT"

Contattami se sono online!

This is my personal blog. These postings are provided "AS IS" with no warranties, and confer no rights. The views expressed on this weblog are mine alone and do not necessarily reflect the views of my employer.








View Fabio Carucci's profile on LinkedIn

Vuoi ricevere i miei post nella tua email? Iscriviti

Add to Technorati Favorites



http://www.csthota.com/blogmap/



Locations of visitors to this page





Tag Cloud

Archives

Post Categories

1 - Pubblicazioni

2 - Conferenze

3 - Links

4 - Blogs

L'arte di lavorare con le WebPart - #3

Mi collego al mio precedente post #2

Piccolo scenario...avete un sito e i contenuti li inserite grazie a webparts, ognuna con il suo specifico compito di farvi editare contenuti e visualizzarli, opportunamente formattati, nel punto in cui le avete sistemate nelle vostre pagine, in apposite Zones. Sapete perfettamente che se non create verbi custom nelle webparts, il WebPartZone farà apparire il menù a tendina con i verbi di default o perlomeno customizzati, secondo quanto spiegato nel post suddetto.

Se avete bisogno di far modificare i contenuti del vostro sito ad un utente tipo "PowerUser", quindi può accedere alla webpart in modalità Edit ma non deve vedere il menù a tendina accanto ad essa,  potete fare in questo semplice modo (in grassetto è indicato il frammento di codice aggiunto al vecchio esempio):

protected override void OnCreateVerbs(WebPartVerbsEventArgs e)
{
    
base.OnCreateVerbs(e);

    WebPartManager wpm = (WebPartManager) WebPartManager.GetCurrentWebPartManager(
this.Page);

    
this.EditVerb.Visible = false;
    Collection verbs = 
new Collection();
    HttpContext ctx = HttpContext.Current;

    
if (ctx.Request.IsAuthenticated)
    {
        WebPartVerb editVerb = 
new WebPartVerb("editVerb", new WebPartEventHandler(HandleEditClick));
        verbs.Add(editVerb);
        
if (wpm.Personalization.Scope == PersonalizationScope.Shared)
        {
            editVerb.Text = "Modifica Web Part condivisa";
        }
        
else
        
{
            editVerb.Text = "Modifica Web Part";
        }

        
if (ctx.User.IsInRole("Administrator"))
        {
            editVerb.Visible = 
true
;
            DeleteVerb.Visible = 
true
;
            AllowLayoutChange = 
true
;
            CloseVerb.Visible = 
true
;
            ConnectVerb.Visible = 
true
;                    
            ExportVerb.Visible = 
true
;
            HelpVerb.Visible = 
true
;
            MinimizeVerb.Visible = 
true
;
            RestoreVerb.Visible = 
true
;                    
        }
        
else
        
{
            editVerb.Visible = 
false
;
            DeleteVerb.Visible = 
false
;
            AllowLayoutChange = 
false
;
            CloseVerb.Visible = 
false
;
            ConnectVerb.Visible = 
false
;
            ExportVerb.Visible = 
false
;
            HelpVerb.Visible = 
false
;
            MinimizeVerb.Visible = 
false
;
            RestoreVerb.Visible = 
false
;                    
        }                
    }
    e.Verbs = 
new WebPartVerbCollection(verbs);
}

Fatto ciò, tutte le webpart che inserite nelle zone gestite dal custom WebPartZone non mostreranno il menu a tendina nel caso in cui l'utente non sia un Administrator.

 

powered by IMHO 1.3

Print | posted on sabato 4 novembre 2006 19.36 | Filed Under [ ASP.NET 2.0 WebPart ]

Feedback

Gravatar

# L'arte di lavorare con le WebPart - #13

31/01/2007 0.42 | Fabio Carucci's WebLogs
Gravatar

# L'arte di lavorare con le WebPart - #13

31/01/2007 1.08 | Fabio Carucci's WebLogs
Gravatar

# Blowjob videos.

Free blowjob pics. Xxx blowjob. Street blowjob. Blowjob. Free blowjob movies.
29/12/2008 8.51 | Blowjob movie clips.
Gravatar

# Meridia drug online.

Meridia. Do meridia phentermine wo. Meridia dosage.
29/12/2008 15.52 | Meridia reviews.
Gravatar

# Tentacle rape.

Free rape videos. Teen rape. Rape sites. Bondage rape.
02/01/2009 16.36 | Free rape pictures.
Gravatar

# Amateur blogs.

Amateur. Amateur soccer mom. Amateur sex pictures at twilightsex com. Secret amateur videos. Amateur videos. Amateur curves. Amateur porn.
03/01/2009 16.46 | Amateur curves.
Gravatar

# Meridia anxiety.

Does meridia work.
05/01/2009 4.12 | Meridia.
Gravatar

# Real incest.

Family incest pictures. Mother daughter incest. Incest stories free. Erotic incest stories. Incest taboo forum. Free incest. Incest xxx. Incest sex. Incest story.
06/01/2009 17.45 | Mother and son incest.
Gravatar

# Viagra.

Buy viagra online. Viagra patent. Viagra. Natural viagra alternatives.
07/01/2009 14.48 | Viagra canada.

Post Comment

Title  
Name  
Email
Url
Comment   
Please add 5 and 7 and type the answer here:

Powered by: