It doesn't look like I can just use one. I need both aspx pages. I can add UI elements to the one under Umbraco.Web.UI, but in order to add code behind, I must have the same UI applied to the aspx page under Umbraco.Web. I am not understanding how they hook together.
I am learning the system. It is a very nice software, and I am trying to understand the internals to extend, and eventually contribute. I learn by clone feature, such as dictionary list. I apologize for asking unintelligent questions. Thank you.
DictionaryItemList Question
Hello, I saw DictionaryItemList.aspx pages at two locations:
1) Umbraco.Web\umbraco.presentation\settings\DictionaryItemList.aspx 2) Umbraco.Web.UI\Umbraco\settings\DictionaryLitemList.aspx
What is the reason you need to have it in two places? Can I just use one instead? What is the downside?
Thank you.
Use #2. I think #1 is going on V8.
Thank you. However, my debugging session seems to indicate both. Code behind is under umbraco.presentation.
It doesn't look like I can just use one. I need both aspx pages. I can add UI elements to the one under Umbraco.Web.UI, but in order to add code behind, I must have the same UI applied to the aspx page under Umbraco.Web. I am not understanding how they hook together.
What are you trying to achieve?
I am learning the system. It is a very nice software, and I am trying to understand the internals to extend, and eventually contribute. I learn by clone feature, such as dictionary list. I apologize for asking unintelligent questions. Thank you.
No question in unintelligent Don, sounds like a great way of learning how to contribute!
h5yr!
is working on a reply...