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
- Host: GitHub
- URL: https://github.com/3ds-cpe-emed/custom-widget-update-prop
- Owner: 3ds-cpe-emed
- License: mit
- Created: 2022-08-05T08:00:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T09:59:47.000Z (almost 4 years ago)
- Last Synced: 2025-02-26T08:34:38.936Z (over 1 year ago)
- Topics: 3dexperience, custom-widget, web-services
- Language: JavaScript
- Homepage:
- Size: 2.83 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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