sapui5 - Why is the namespace pattern for CustomData a full http address and index suffix -


in ui5, customdata used contain additional parameters passed event handlers in eventcontrol.data() object. akin jquery data functionality.

in xml view definition ui5 have define namespaces. in documentation , examples have stumbled across on web far, namespace customdata has pattern references specific http address , specific index number suffix, whereas pattern others have met far has been not included either.

see example below customdata last entry in list.

<mvc:view     controllername="sapui5.musample.controller.master"     xmlns:mvc="sap.ui.core.mvc"     xmlns:l="sap.ui.layout"          xmlns="sap.m"     xmlns:c="sap.ui.core"     xmlns:app="http://schemas.sap.com/sapui5/extension/sap.ui.core.customdata/1"     > 

if want run openui5 entirely servers hard drive without referring external sources, how can alter reference customdata? or misunderstanding , use of http prefix not going invoke communication across web given address? if more confused.

i understand reason full http reference , index suffix , know how replace entirely local reference. tried make local reference without success , suspect there more going on here grok.

edit: have learned internet , proven fiddler web address used in namespace not use in communications. guess clue might /1 suffix. still confused though.

according documentation difference between namespace , other namespaces intentional. whatever means. in general uri used define unique namespace names , not used parser.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -