Hello Mr. Schulz,
Thank you for your reply. yes you are correct.I want a fallback mechanism whenever the Short-ID in a language is not set?
Keeping 2 components will confuse the user in the screen.
1) In the 28 languages as per the image attached, Its completely dynamic decision in which language tab short-id value will be entered.(It may be for 2 languages or 5 languages or 7 languages or 10 languages it depends on user).
2) If i hide the language dependent text box via rules.(In case by mistake i have entered some thing wrong short-id or I would like to chnage it again).Here i will get problem for language dependent text box.
3)Language independent text box holds with diffenet name (because it is different component).
4)If I check isEmpty() for language independent text box ,it wil be always null for the component in beginning onwards.
5) Keeping 2 component will confuse the user.
6) 2 different cms_input component name will be there, for example
ptMediasuiteIDDependent
ptMediasuiteIDInDependent
when using CMS_VALUE Which component should i use,
$CMS_SET(set_LanguageIndependent, #global.section.formData.get(#global.project.masterLanguage,"ptMediasuiteIDDependent").get())$
When i use inside IFRAME code below, which component name will be used ???
<iframe id="video_iframe" width="$CMS_VALUE(iframe_width)$px" height="$CMS_RENDER(script:"getvideoheight",width:iframe_width.toString(),ratio:ptMediasuiteAssetRatio.toString(),subtitlesIncluded:ptMediasuiteAssetSubtitlesIncluded.toString())$px" src="$CMS_VALUE(psMediasuiteUri)$/$CMS_VALUE(psMediasuiteMandator)$/$CMS_VALUE(??????,default:"")$/$CMS_VALUE(iframe_width)$" frameborder="0" scrolling="no" style="margin-left: $CMS_VALUE(marginLeft)$px;"></iframe>
Any how thank you for your explanation,I will give a try and let you know if there is any obstacle .
Thank you,
Regards,
Siva