An open API service indexing awesome lists of open source software.

https://github.com/3ds-cpe-emed/custom-widget-update-prop

3DEXPERIENCE Custom widget sample for editing a title property
https://github.com/3ds-cpe-emed/custom-widget-update-prop

3dexperience custom-widget web-services

Last synced: 16 days ago
JSON representation

3DEXPERIENCE Custom widget sample for editing a title property

Awesome Lists containing this project

README

          

# Custom Widget Update Property

Simple 3DEXPERIENCE Custom widget sample using Web Services for editing a physical product title property.

Check also this [link](https://media.3ds.com/support/documentation/developer/Cloud/en/DSDoc.htm?show=CAAWebAppsJSRoot/CAAWebAppsTaWidgetIntegration.htm) for information on how to register and integrate the custom widget with your 3DEXPERIENCE tenant

## docs

contains detailed documentation about the custom widget.

## server

contains NodeJS Express web server hosting code.

## client

actual custom widget source code in the form of the following 3 files

### index.html

definition of the user interface - minimal just for illustrating the concept

### main.js

business logic and widget initialization

### utils.js

wrapping of WAFData methods