Common: create ctrlObjectProperties, embed in DocumentResultList
This commit is contained in:
@@ -70,6 +70,8 @@ Public Class AttributeControls
|
||||
For Each oAttribute As Attribute In pAttributes
|
||||
Dim oEditable = ShouldControlBeEditable(oAttribute)
|
||||
Dim oControl = GetControlForAttribute(oAttribute, Not oEditable)
|
||||
|
||||
' Add new control
|
||||
Dim oItem As LayoutControlItem = LayoutRoot.AddItem()
|
||||
|
||||
oItem.Text = oAttribute.Title
|
||||
|
||||
Reference in New Issue
Block a user