Update Wwws_project

philc 2025-01-28 07:11:04 +00:00
parent 4eed80f2ad
commit 3c49536301

@ -58,7 +58,7 @@ tribename/objects/wwws/itm/appname.json
``` ```
### a web component (wco) ### a web component (wco)
A web component is an objects store into /objects/wco , we have only one js code that make works the component sobject/wco/wconame/wconame.js. All the template are store in tpl and the data related are store in tpldata. A web component is an objects store into /objects/wco , we have only one js code that make works the component objects/wco/wconame/wconame.js. All the template are store in tpl and the data related are store in tpldata.
Content of a wco is for example for /tribename/objects/wco/itm/apxid.json : Content of a wco is for example for /tribename/objects/wco/itm/apxid.json :
@ -141,12 +141,3 @@ When the web page is load the localdb settings is updating, then the app get loc
</body> </body>
</html> </html>
``` ```
```