cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying Paragraph in backoffice editor area.?

Former Member
0 Kudos

I want to display a paragraph in editor area in backoffice customer support..How can I acheive this..???? Suggestion please..

Thanks in advance..

Regards, S..

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member638520
Contributor
0 Kudos

Hi,

You can use 'Custom HTML code' in the editor area widget:

More details: https://help.hybris.com/6.2.0/hcd/8bb7ed5b8669101487f2a7bc6b015366.html

section : custom (0+): Configures a custom HTML code to be inserted in the section

Regards

Lukasz

Former Member
0 Kudos

Thanks Lukasz.....In My case I want to refer one type into another in Context-Editor...But I cant able to achieve it..

ex- I want to add OrderEntry attribute in Order Model type..as its a single attribute I cant able to list or set....Suggest me if any other way..

Thanks

former_member638520
Contributor
0 Kudos

I'm not sure what is your problem. Do you want to display additional property in editor-area? If so, this link might be useful: https://help.hybris.com/6.1.0/hcd/8bb7ed5b8669101487f2a7bc6b015366.html

Notice, that in the model Order has no relation to OrderEntity. The relation exists in the opposite direction (OrderEntity->Order)

Regards

Lukasz

former_member625836
Active Contributor
0 Kudos

Hi Mohamed!

If I understand you correctly, then it is not possible to include an attribute of referenced item in once editor-area. It is mostly because backoffice would not be able to determine which items are to be saved, which has been updated.

You may always use ExtendedMultireferenceEditor to display referenced items attributes in grid view (even with inline editing feature).

Cheers, Jacek

Former Member
0 Kudos

Thanks Jacek....

cheers, Ashlam