40FINGERS Demo Skin

Page skin: 40f skin demo dnn-core-theme-objects // 00.00-demo-skin.ascx

40F-SKO-Demo - template

Edit:

DROPDOWNACTIONS DNN Theme Object

Generated Skin File: No Theme Created

Displays the module action menu as a dropdown list.

Current Version 01.00.00

Include DROPDOWNACTIONS in a Theme

ASCX

<%@ Register TagPrefix="dnn" TagName="DROPDOWNACTIONS" Src="~/Admin/Containers/DropDownActions.ascx" %>
<dnn:DROPDOWNACTIONS runat="server" ID="ddactions" />

HTML Token

HTML Object Token

Attributes

Attribute Description Default Possible Values DNN Version

Markdown

---
uid: dropdownactions  
locale: en  
title: DROPDOWNACTIONS Theme object  
dnnversion: 09.02.00  
previous-topic: actionbutton  
next-topic: linkactions  
related-topics: theme-objects,themes,create-theme  
links:  
---

# DROPDOWNACTIONS Theme Object Introduction  

Displays the module action menu as a dropdown list. 


**Current Version:** 01.00.00  


## Include in Theme

### ASCX
``` html
<%@ Register TagPrefix="dnn" TagName="DROPDOWNACTIONS" Src="~/Admin/Containers/DropDownActions.ascx" %>   
<dnn:DROPDOWNACTIONS runat="server" ID="ddactions" /> 
```

### HTML Token


### HTML Object Token
``` html

```

| Attribute | Description | Default | Posssible Values | DNN Version |
| --- | --- | --- | --- | --- |





Skin Object Examples

[PLACEHOLDER]