I thought that the "edit skin" is a special skin that DNN will use when in page edit mode, but I tried and cannot make DNN load that skin. It will always use the default site skin or the individual page skin.
When will the "edit skin" in DNN 7.2 be used?
429 Views Asked by TvdH At
1
There are 1 best solutions below
Related Questions in DOTNETNUKE
- Low Precision and Recall in LSTM Anomaly Detection Model
- Totally lost with Mobius Forms v5 on DNN
- Linq with strong typed data in 2sxc
- SearchBoost UrlFriendly Unwelcome Display
- Oqtane and Blazor-CMS on Windows using a remote PostgreSQL DB
- RequestVerificationToken not present when trying to export an app
- DotNetNuke Journal Module - User Profile Layout Discrepancy Between English and Italian Versions
- Can I get List Sort Options on a 2sxc App?
- 2sxc v14 to v16 Upgrade Issue: "Error trying to run ZoneIdOfApp(-100) - probably something wrong with the appId"
- How to visualize Deep learning framework using Keras package with R?
- Contenttype in 2sxc gives: The 'ObjectContent`1' type failed to serialize the response body for content type 'application/json; charset=utf-8'
- Using 2SXC behind a reverse prox
- Multiple DNN 9.11.0 sites on server all generating "unexpected error occurred on a send" General Exceptions
- Detect if 2sxc Module is the Original or from IRenderService
- DNN 9.13.01 on Windows Server 2019 throws null reference exception when installing extension
Related Questions in SKIN
- NPE for TableCell's skin
- Keep arrow of TitledPane visible, even when set to not collapsible
- DNN Created Theme Upload stuck after accepting license
- DNN: Failure File specified in the dnn could not be found in the zip file
- JavaFx Control Skin: layout the only child as if my control inherited from it
- Trying to add a Javascript widget to Wordpress but keeps saying SKIN ID is not set
- Why skinPercent() so slow?
- What replaced $this->html( 'headelement' ); in mediawiki skins?
- Why are these check boxes not showing with the correct text colour in Inno Setup with skins?
- CSS Oriented Object When Should I use it?
- libgdx holo-skin: no No SelectBoxStyle registered with name: default
- Logo in Mediawiki Medik Skin not visible in responsive version
- Android Studio: AVD options give the error "The skin directory does not point to a valid skin", but only when editing the virtual device
- How do I style the round videojs scrubber slider button
- How to Create a Custom Control in JavaFX
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This would typically be used if you had the POPUPS disabled in the ADMIN setting, and a module loaded a secondary VIEW or EDIT control using the ControlKey parameters.
As a module developer you would do this by having multiple controls defined in a module definition.
It could also be used even if you have Popups enabled, for controls that are marked to not support popups (defined in the module's definition).