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

Dot​Net​Nuke Snippets

by dbaines ALL Missing

DNN-related Snippets for SublimeText2

Labels snippets

Details

  • 2017.10.21.14.55.33
  • dbaines.​com
  • github.​com
  • 7 years ago
  • 1 month ago
  • 13 years ago

Installs

  • Total 943
  • Win 759
  • Mac 133
  • Linux 51
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 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 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 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