Posts

Showing posts from July, 2014

Nintex Object Model 2013: Property Editors

Image
Deep dive during my practice hours found an interesting way of making Nintex control more customizable and yet not getting a much time to implement the custom property editor.  In " Nintex Form Object Model 2013: Render various types of properties " this post I had described the various type of properties that we can create using Nintex object model. To customize the properties more we have an another option called the PropertyEdior. The PropertyEditor is the control that we render in side the control.This is a property of the ControlPropertyInfo class.  The PropertyEdior option takes the GUID of control. This control  must be inherit with PropertyEditorBase abstract class and implement the following methods & properties. UniqueId (Property)  HandleControlPropertyDesignerPageLoad (Method)  HandleControlPropertyDesignerCreateChildControls (Method)  JqueryLoadInitializer (Method) The various type of “Nintex property” editors used by the Nintex Object mode