Gmail Calendar Documents Web Reader more »
Recently Visited Groups | Help | Sign in
Google Groups Home
如何在module的左上方的dropdown menu里加一个选项
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ryan  
View profile   Translate to Translated (View Original)
 More options Jun 29 2009, 6:48 pm
From: Ryan <Ryan...@gmail.com>
Date: Mon, 29 Jun 2009 15:48:35 -0700 (PDT)
Local: Mon, Jun 29 2009 6:48 pm
Subject: 如何在module的左上方的dropdown menu里加一个选项

请问如果我想在module的左上方的dropdown menu里加一个选项链接到一个page,请问如何添加?多谢!


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nicholas  
View profile  
(1 user)  More options Jun 29 2009, 8:58 pm
From: Nicholas <nicholas.lu.m...@gmail.com>
Date: Tue, 30 Jun 2009 08:58:14 +0800
Local: Mon, Jun 29 2009 8:58 pm
Subject: Re: 如何在module的左上方的dropdown menu里加一个选项

打开你的View页面的cs文件,找到这一段:
public ModuleActionCollection ModuleActions
        {
            get
            {
                ModuleActionCollection Actions = new
ModuleActionCollection();
                Actions.Add(GetNextActionID(),
Localization.GetString(ModuleActionType.AddContent, this.LocalResourceFile),
                   ModuleActionType.AddContent, "", "add.gif", EditUrl(),
false, DotNetNuke.Security.SecurityAccessLevel.Edit,
                    true, false);
                return Actions;
            }
        }

Actions.Add()函数就是用来添加选项的。

2009/6/30 Ryan <Ryan...@gmail.com>

> 请问如果我想在module的左上方的dropdown menu里加一个选项链接到一个page,请问如何添加?多谢!

--
Best Regards
Nicholas Lu

Microsoft MVP
Website: http://www.aboutdnn.com
E-mail: Nicholas.lu.m...@gmail.com
MSN: Nicholas...@msn.com


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ryan  
View profile  
 More options Jun 30 2009, 2:13 pm
From: Ryan <Ryan...@gmail.com>
Date: Tue, 30 Jun 2009 11:13:24 -0700 (PDT)
Local: Tues, Jun 30 2009 2:13 pm
Subject: Re: 如何在module的左上方的dropdown menu里加一个选项

非常感谢!

On Jun 29, 8:58 pm, Nicholas <nicholas.lu.m...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel  
View profile   Translate to Translated (View Original)
 More options Jul 2 2009, 6:16 am
From: Daniel <ysi...@gmail.com>
Date: Thu, 2 Jul 2009 03:16:39 -0700 (PDT)
Local: Thurs, Jul 2 2009 6:16 am
Subject: Re: 如何在module的左上方的dropdown menu里加一个选项
这个其实就是实现IActionable接口。
连接有:Globals.NavigateURL and EditURL两个方法

On 6月30日, 上午8时58分, Nicholas <nicholas.lu.m...@gmail.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google