Question

Displaying additional columns on the [Attachments] tab - Perform additional detail configurations

Hi,

 

I'm trying to create attachment as describe in the development documentation.

but I'm loss at documentation section : Perform additional detail configurations

"To use the created module and its styles in a detail UsrSchema3Detail detail schema, add it to the dependency of the

module defined in the detail schema.
"

(1) what is the detail schema mentioned in here ?

(2) if you have any working sample / screenshot, It would be very helpful

 

thank you

 

best regards,

 

Antonius

Like 0

Like

4 comments

Hello.

1) The detail mentioned there is the one that you were creating (the name is just an example): http://prntscr.com/mkwqmq

2) The source code samples are listed in this article.

Best regards,

Matt

 

Hi Matt,

thank you for your response

1. I've managed to create detail attachment

2. I would like to change the style (css) by following the technical documentation :

https://prntscr.com/mlaq38

3. already created a new module schema as mentioned in this documentation : https://prntscr.com/mlaq3c

4. in my case the new module schema is usrSchema168DetailCSS

https://prntscr.com/mlaq3f

5. this is the source code of usrSchema168DetailCSS : https://prntscr.com/mlaq3t

6. I got lost in this step : https://prntscr.com/mlaq3n

7. this is the source code of UsrSchema168Detail : https://prntscr.com/mlasmo

 

thank you

 

have a great day!

Antonius

Antonius,

In order to add the module to the dependencies, please use the following syntax construction: 'css!usrSchema168DetailCSS' .

So the dependencies would look like:

define("UsrSchema168Detail", ["css!usrSchema168DetailCSS"],
	function() {...

Regards,

Anastasia

Anastasia Botezat,

Hi Anastasia,

 

thank you!

it's working as expected now

 

regards,

Antonius

Show all comments