Free Licence in kentico for local Or any domain
============================================================================
Create account on:
then open : http://devnet.kentico.com
https://client.kentico.com/free-edition
generate key and add in kentico site.
=====================================================================================
{% CurrentDocument.NodeAliasPath=="/contact-us" ? "~/success/#success" : "~/Success-Quote/#success" #%}
if(rbc.Value=="yes")
{txtInvoiceNumber.Enabled=true}else {txtInvoiceNumber.Enabled=false}
PMS
==============================================
Allocated task hours wise entry.
Description of every task which I worked
http://devnet.kentico.com/articles/kentico-8-technology-form-engine-improvements
http://devnet.kentico.com/articles/how-to-work-with-depending-fields
http://ideas.kentico.com/search?filter=ideas&query=forms
https://devnet.kentico.com/articles/using-dependency-fields-in-forms
https://docs.kentico.com/display/K8/Adding+widget+dashboards+to+the+interface
https://docs.kentico.com/display/K8/CMSDataGrid
~/CMSGlobalFiles/AddBanner.aspx?dashboardName=AddBanner&templateName=AddBannerDashboard&{hash}
AddBanner.aspx
~/CMSGlobalFiles/ListBanner.aspx?dashboardName=ListBanner&templateName=ListBannerDashboard&{hash}
==============================================================================================================
Transformaion Condition
==============================================================================================================
<% if (Eval("OpenInNewTab") == "True") { %>
<div class="item"><a target="_blank" href="<%# Eval("BannerLink") %>">
<img alt="" class="show-web" src="~/NCR/media/BannerImages/<%# Eval("BannerImage") %>" />
</a></div>
<% } else { %>
<div class="item"><a href="<%# Eval("BannerLink") %>">
<img alt="" class="show-web" src="~/NCR/media/BannerImages/<%# Eval("BannerImage") %>" />
</a></div>
<% } %>
======================================================
{% Settings["WebsiteName"]#%}
{% Settings['WebsiteURL']#%}
{%CurrentSite.SiteDisplayName#%}
====================================================================================================================================
Created Custom Setting Module
=====================================================================
Sending any data or information from web.config file is quite unusual scenario. Moreover, typically application settings in web.config are not setup dynamically. Therefore, our macro engine does not have support for direct access of the web.config’s application settings. You will need to use some workaround. The best way would be to create to custom setting in our Settings application as per https://docs.kentico.com/display/K9/Adding+custom+website+settings and store requited value within. Then, you can get its value in notification email via macro expression: Settings["<sitename>.<settingkeyname>"], of Settings["mycustomkey"] for global settings. More info about writing macros can be found in https://docs.kentico.com/display/K9/Entering+macro+expressions
=========================================
Captcha
===================
siteKey : 6LfqkSgTAAAAAL8mNut1jny4edvB3dYBsnfRapN4
secrateKey : 6LfqkSgTAAAAAJRTm_phpjbBXCin18E9VBDvN443
https://www.google.com/recaptcha/admin#site/321425898?setup
https://devnet.kentico.com/marketplace/inline-controls/new-recaptcha
=================================
Forms Search
======================
https://docs.kentico.com/display/K8/Displaying+filters+using+alternative+forms
=======================================
Repeter select Transformation Type text/xml
========================================
{% if (OpenInNewTab) { %}
<div class="item">
<a target="_blank" href="{% BannerLink=="" ? "javascript:;" : BannerLink #%}">
<img alt="" class="show-web" src="~/NCR/media/BannerImages/{% BannerImage %}" />
</a></div>
{% }else{ %}
<div class="item">
<a href="{% BannerLink=="" ? "javascript:;" : BannerLink #%}">
<img alt="" class="show-web" src="~/NCR/media/BannerImages/{% BannerImage %}" />
</a></div>
{% } #%}
======================================
Data Gried Link
==================================================================
https://docs.kentico.com/display/K8/CMSDataGrid
https://docs.kentico.com/display/K8/Reference+-+UniGrid+definition
https://devnet.kentico.com/articles/advanced-unigrid-example
https://docs.kentico.com/display/K8/Adding+custom+UniGrid+transformations
https://docs.kentico.com/display/K8/UniGrid
https://docs.kentico.com/display/K82/Creating+custom+UniGrid+filters
https://devnet.kentico.com/articles/extending-unigrid-and-filtering-options
https://docs.kentico.com/display/API9/Custom+table+data#Customtabledata-Changingtheorderofcustomtablerecords
===========================================================================================================================
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Ecommerce
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
http://devnet.kentico.com/articles/kentico-uservoice-clean-up
Product filter
https://docs.kentico.com/display/K9/Configuring+product+listings+with+filtering#Configuringproductlistingswithfiltering-PreparingtheindexforageneralpageorSKUfield
=====================================================================================================================================================
AutoComplet forms
===================================================
https://devnet.kentico.com/marketplace/inline-controls/user-selector-with-autocomplete
https://docs.kentico.com/display/K9/Developing+form+controls
============================================================================
Create account on:
then open : http://devnet.kentico.com
https://client.kentico.com/free-edition
generate key and add in kentico site.
=====================================================================================
{% CurrentDocument.NodeAliasPath=="/contact-us" ? "~/success/#success" : "~/Success-Quote/#success" #%}
if(rbc.Value=="yes")
{txtInvoiceNumber.Enabled=true}else {txtInvoiceNumber.Enabled=false}
PMS
==============================================
Allocated task hours wise entry.
Description of every task which I worked
http://devnet.kentico.com/articles/kentico-8-technology-form-engine-improvements
http://devnet.kentico.com/articles/how-to-work-with-depending-fields
http://ideas.kentico.com/search?filter=ideas&query=forms
https://devnet.kentico.com/articles/using-dependency-fields-in-forms
https://docs.kentico.com/display/K8/Adding+widget+dashboards+to+the+interface
https://docs.kentico.com/display/K8/CMSDataGrid
~/CMSGlobalFiles/AddBanner.aspx?dashboardName=AddBanner&templateName=AddBannerDashboard&{hash}
AddBanner.aspx
~/CMSGlobalFiles/ListBanner.aspx?dashboardName=ListBanner&templateName=ListBannerDashboard&{hash}
==============================================================================================================
Transformaion Condition
==============================================================================================================
<% if (Eval("OpenInNewTab") == "True") { %>
<div class="item"><a target="_blank" href="<%# Eval("BannerLink") %>">
<img alt="" class="show-web" src="~/NCR/media/BannerImages/<%# Eval("BannerImage") %>" />
</a></div>
<% } else { %>
<div class="item"><a href="<%# Eval("BannerLink") %>">
<img alt="" class="show-web" src="~/NCR/media/BannerImages/<%# Eval("BannerImage") %>" />
</a></div>
<% } %>
======================================================
{% Settings["WebsiteName"]#%}
{% Settings['WebsiteURL']#%}
{%CurrentSite.SiteDisplayName#%}
====================================================================================================================================
Created Custom Setting Module
=====================================================================
Sending any data or information from web.config file is quite unusual scenario. Moreover, typically application settings in web.config are not setup dynamically. Therefore, our macro engine does not have support for direct access of the web.config’s application settings. You will need to use some workaround. The best way would be to create to custom setting in our Settings application as per https://docs.kentico.com/display/K9/Adding+custom+website+settings and store requited value within. Then, you can get its value in notification email via macro expression: Settings["<sitename>.<settingkeyname>"], of Settings["mycustomkey"] for global settings. More info about writing macros can be found in https://docs.kentico.com/display/K9/Entering+macro+expressions
=========================================
Captcha
===================
siteKey : 6LfqkSgTAAAAAL8mNut1jny4edvB3dYBsnfRapN4
secrateKey : 6LfqkSgTAAAAAJRTm_phpjbBXCin18E9VBDvN443
https://www.google.com/recaptcha/admin#site/321425898?setup
https://devnet.kentico.com/marketplace/inline-controls/new-recaptcha
=================================
Forms Search
======================
https://docs.kentico.com/display/K8/Displaying+filters+using+alternative+forms
=======================================
Repeter select Transformation Type text/xml
========================================
{% if (OpenInNewTab) { %}
<div class="item">
<a target="_blank" href="{% BannerLink=="" ? "javascript:;" : BannerLink #%}">
<img alt="" class="show-web" src="~/NCR/media/BannerImages/{% BannerImage %}" />
</a></div>
{% }else{ %}
<div class="item">
<a href="{% BannerLink=="" ? "javascript:;" : BannerLink #%}">
<img alt="" class="show-web" src="~/NCR/media/BannerImages/{% BannerImage %}" />
</a></div>
{% } #%}
======================================
Data Gried Link
==================================================================
https://docs.kentico.com/display/K8/CMSDataGrid
https://docs.kentico.com/display/K8/Reference+-+UniGrid+definition
https://devnet.kentico.com/articles/advanced-unigrid-example
https://docs.kentico.com/display/K8/Adding+custom+UniGrid+transformations
https://docs.kentico.com/display/K8/UniGrid
https://docs.kentico.com/display/K82/Creating+custom+UniGrid+filters
https://devnet.kentico.com/articles/extending-unigrid-and-filtering-options
https://docs.kentico.com/display/API9/Custom+table+data#Customtabledata-Changingtheorderofcustomtablerecords
===========================================================================================================================
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Ecommerce
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
http://devnet.kentico.com/articles/kentico-uservoice-clean-up
Product filter
https://docs.kentico.com/display/K9/Configuring+product+listings+with+filtering#Configuringproductlistingswithfiltering-PreparingtheindexforageneralpageorSKUfield
=====================================================================================================================================================
AutoComplet forms
===================================================
https://devnet.kentico.com/marketplace/inline-controls/user-selector-with-autocomplete
https://docs.kentico.com/display/K9/Developing+form+controls
Kentico 12 migration Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I'll be subscribing to your feed and I hope you post again soon. Big thanks for the useful info.
ReplyDelete