Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Add inline res msg inside entry template

    Posted 09/14/20 09:22 AM

    I have to add red inline message inside the Entry Template for one specific AD group.

    I thought about create a new attribute aditor as showen on this link.

    http://www.notonlyanecmplace.com/create-your-custom-attribute-editor-part-1/.

    I will use the eds extra function to check on open entry template if show the red inline message for that user or not by hide and show this property.

    In this link they use an ecm.widget.validationTextBox that is not relevant, i want to add an HTML red bold section instead.

    What dojo widget i can use instead ?

    I have to show the field name lable inside the entry template while i am creating new editor?

    I dont want to add AddContentItem Dialog and edit the entry template to fit my needs, it will make my plugin depend on navigator version.

    Thank you



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: Add inline res msg inside entry template

    Posted 09/15/20 03:01 AM

    Can you describe what kind of red bold section you want? If you just want to adjust style of current validationTextBox. You can overwrite its style by apply some CSS. If you need some additional section, probably you have to customize an editor. There is no out-of-box dojo widget for that.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 3.  RE: Add inline res msg inside entry template

    Posted 09/15/20 06:24 AM

    to apply some CSS style on specific field i have to create new textBox attribute editor right ?



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 4.  RE: Add inline res msg inside entry template

    Posted 09/16/20 02:56 AM

    If you just need to apply CSS, you can put your new CSS in plugin and load it. Make sure the new CSS style overwrite the existing textbox style.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 5.  RE: Add inline res msg inside entry template

    Posted 09/16/20 05:21 AM

    but if it is global, it will effect on all text box on the system and not only one field



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 6.  RE: Add inline res msg inside entry template

    Posted 09/16/20 07:15 AM

    The css rule can overwrite textbox style in specific scope. You don't have to set it as a global one.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 7.  RE: Add inline res msg inside entry template

    Posted 09/16/20 07:31 AM

    how you can inject specific css style to specific Field inside entry template without create your own field editor?



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration