CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.custom_modules Tags:
Item Type: NewsGroup Date Entered: 9/5/2005 5:31:04 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 17 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
LindsayD
Asp.Net User
Caption for Edit link on custom module9/5/2005 5:31:04 PM

0/0

Hi all,

I am developing a custom module and have my view and edit controls working.  The one thing I haven't been able to figure out is how to specify a caption on the view page that will appear next to the "pencil" edit icon.  The actions menu also has the pencil icon but I can't figure out how to specify the caption there either...

I've searched the web / forums for some kind of hint but haven't been able to find anything.

Can someone help me out here?

Thanks much!
jjohns09
Asp.Net User
Re: Caption for Edit link on custom module9/6/2005 12:45:43 PM

0/0

This is in C#, but you have to implement the optional ModuleActions interface.

public ModuleActionCollection ModuleActions
{
   
get 
   {
      ModuleActionCollection Actions =
new ModuleActionCollection();
      Actions.Add(GetNextActionID(), DNN.Services.Localization.Localization.GetString(ModuleActionType.AddContent, LocalResourceFile), ModuleActionType.AddContent, "", "", EditUrl(),
false, DNN.Security.SecurityAccessLevel.Edit, true, false); 
      return Actions;   
   }   
}

Then in your custommodule.ascx.resx file, you would include the AddContent.Add name with a value of what you want your link to say, "Add Item".

HTH,
Jeff


http://www.bestmodules.com - Modules, Skins & Skin Objects
2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
The Internet Encyclopedia: G - O Authors: Hossein Bidgoli, Pages: 880, Published: 2004
The Software Catalog: Microcomputers, Winter, 1990 Authors: Menu International Software, Pages: 0, Published: 1990
The Complete Raw Workflow Guide: How to Get the Most from Your Raw Images in Adobe Camera Raw, Lightroom, Photoshop, and Elements Authors: Philip Andrews, Pages: 368, Published: 2007
The Digital Photographer's Guide to Photoshop Elements 4: Improve Your Photographs and Create Fantastic Special Effects Authors: Barry Beckham, Pages: 224, Published: 2006
Beginning Visual Basic 6 Database Programming Authors: John Connell, Pages: 860, Published: 2003

Web:
Custom Fields on Edit Captions page | Gallery you'll need to edit modules/core/ItemEditCaptions.inc and .... On Edit Captions page you should see custom fields for items. ...
Screen.content.edit.15 - Joomla! Documentation Insert/Edit Link. To insert or edit a link, select the linked text and press this ..... This feature allows you, for example, to insert a Custom HTML Module ...
Gallery2:Modules:customfield - Gallery Codex Ability to edit custom fields on "Edit Captions" page for an album so that multiple ... An extra option could specify whether to open links in the same or a ...
Using Custom Modules | XangaThemes's Xanga Site - Weblog Jun 11, 2007 ... Areas to edit: -Subscribe link in image map. -Module information ... table.main, .blogbody, .blogheader, .caption, td.maincenter, ...
EControl Form Designer Pro 2.10 - VCL designer to edit forms, data ... You may edit forms, data modules, frames, reports with using of property editors , component editors, custom modules and other design time objects like in ...
How to Enable Koivi Wysiwyg Editor in XOOPS 2.2.2 - Hacks - XOOPS ... If you want to add a custom block you just have to click a link to switch between the editors. Same applies when it comes to editing the ...
Learning Module Folder [lisashaw.digitalbrain.com] Learning Module Folder :. Year 1 Literacy Reading and Writing Captions ... Edit Rename Delete; Copy Cut Download; Access Control Copy Link Show properties ...
#587 (Firestats' Gallery2 Module logs every loaded thumbnail ... EXIF/IPTC Custom Fields. I deactivated the modules "Thumbnail Manager" and ... Use the link "Edit Captions" in the left sidebar to change captions for the ...
Demo | UFKU.com Title, Content, Caption ... If IMCE module is installed, and the user has access to it, ... Insert/edit link: Inserts link html after getting the href, ...
ATutor: Learning Content Management System: ATutor Change Log: Modules have now been extended with a module uninstall feature, .... Custom Language Editor: Save your custom language so it can be preserved between ...

Videos:
How to Put Flash 0 Themes on your PSP (CTF) Part 1 ***Read Description for Links, Information, EDIT, EDIT2, And News About Compatibility with 5.00 M33*** ***5.00 M33*** Hey Guys, This will NOT work f...
django: Web Development for Perfectionists with Deadlines Google TechTalks April 26, 2006 Jacob Kaplan-Moss ABSTRACT Django is one of the premier web frameworks for Python, and is often compared to Ruby-on...




Search This Site:










error when i add page of my own

price 2 digits

deed link to a very simple asp.net to access database tutorial

matrix running slow and uses huge amount of memory

this.menulabelelement is null or not an object

public property in separate class with asp.net 2.0

move modules that show on all pages to bottom?

session lost after hyperlink

windows authentication usercredentials

setting the filename that appears when saving a file to disk from a web page

calendar popup

dnn 3.1 - moving between machines...

user control and controls in another web page

hello world not working

cs0019: operator '-' cannot be applied to operands of type 'system.datetime' and 'int'

alternative menu

mobile asp.net project in visual studio 2005 beta

composite control loses text over postback

menu control hides body of page

web setup project, check for ajax support in launch condition

custom login module.

feature request: associations made properly

log in problem on the first click.....

msbuild target outputs

loading module only

visual studio.net and dnn 2.1.2

how do i have my web application stay active and retain its memory

can i mix-and-match asp.net and "classic" asp scripts on the same page?

how to pass a public var to a control?

datasets

 
All Times Are GMT