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
  • 2 hours ago
  • 12 years ago

Installs

  • Total 923
  • Win 748
  • Mac 129
  • Linux 46
Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15
Windows 0 0 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 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 1 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 1 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