ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Dot​Net​Nuke Snippets

by dbaines ALL

DNN-related Snippets for SublimeText2

Labels snippets

Details

  • 2017.10.21.14.55.33
  • dbaines.​com
  • github.​com
  • 7 years ago
  • 18 minutes ago
  • 13 years ago

Installs

  • Total 937
  • Win 755
  • Mac 132
  • Linux 50
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

DNN Snippets for SublimeText 2

These are snippets to quickly add common DNN tags when developing your DotNetNuke skins in Sublime Text 2 and Sublime Text (3).

Copy these files in to: %appdata%/Roaming/Sublime Text 2/Packages/DotNetNukeSnippets

To access the snippets, click on Tools > Snippets and type DNN to show the DotNetNuke snippets.

About the Snippets

There are two types of snippets. The first are built-in modules such as the search module and the ddr menu.

The second type are skin tokens. These are small bits of code you can put on your page to render database-level details about the page you are on. For example: <%=PortalSettings.ActiveTab.TabName %> will output the name of the page you are on.

A list of various dnn tokens boomerangdns.com.

A reference for Skin & Container objects Skinning Tool