Fix Default Werte werden aus der Description gelesen
This commit is contained in:
+10
-2
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PROCESS Id="RDK:0001" Name="MAIN_SSG" ModernUI="True" Options="(GITSAVEMODE)(NOUPDATEINCLUDEFILES)" Expanded="True">
|
||||
<PROCESSPROPERTY CrUser="pmarani [ENGMARANI17R]" CrDate="2022-05-05T18:05:31" ModUser="s.hensch [ANGEBOT-NB06]" ModDate="2025-09-23T11:18:20" LanguageVersion="2014.1.3.712" />
|
||||
<PROCESSPROPERTY CrUser="pmarani [ENGMARANI17R]" CrDate="2022-05-05T18:05:31" ModUser="p.wolok [AZUBI-NB10]" ModDate="2025-09-23T13:08:12" LanguageVersion="2014.1.3.712" />
|
||||
<GROUP Id="RDK:0002" Name="Declarations" SubType="Declarations" Expanded="True">
|
||||
<GROUP Id="RDK:0003" Name="Types" SubType="TypeSet" IncludeDate="0">
|
||||
<GROUP Id="RDK:26387" Name="SSG_Group" SubType="TypeSet" IncludeDate="0">
|
||||
@@ -877,7 +877,7 @@
|
||||
<FIELD Id="RDK:529861" Name="width" Type="string" DesignTimeRemark="Specify the width of the control" />
|
||||
<FIELD Id="RDK:529862" Name="break" Type="boolean" DesignTimeRemark="Apply break to display this control always as first for the row" />
|
||||
</TYPE>
|
||||
<TYPE Id="RDK:529872" Name="MUIButtonStyleType" SubType="structure" InheritTypeName="MUIStyleType">
|
||||
<TYPE Id="RDK:529872" Name="MUIButtonStyleType" Expanded="True" SubType="structure" InheritTypeName="MUIStyleType">
|
||||
<TYPE_VALUES />
|
||||
<FIELD Id="RDK:529864" Name="buttonType" Type="string" DesignTimeNotes="Available values:
BASIC
RAISED
STROKED
FLAT
ICON
FAB
MINIFAB" />
|
||||
<FIELD Id="RDK:529865" Name="buttonColor" Type="string" DesignTimeNotes="Available values:
PRIMARY
ACCENT
WARN
NONE
Custom HTML Color" />
|
||||
@@ -35066,6 +35066,10 @@ ShapeList["id="+Param.Input[1].shapeID].name
|
||||
<EXP><![CDATA[$=$LibID]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<SET Id="RDK:25842661" VarRef="Shape_Prototype.description">
|
||||
<EXP />
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</GROUP>
|
||||
<GROUP Id="RDK:25759755" SubType="Else">
|
||||
<COMMENTS Id="RDK:25759760" DesignTimeRemark="Wenn description leer ist, wird der Shape_Prototype.source nicht überschrieben und die source als Referenz verwendet" />
|
||||
@@ -35280,6 +35284,10 @@ ShapeList["id="+Param.Input[1].shapeID].name
|
||||
<EXP><![CDATA[$=$LibID]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<SET Id="RDK:25842663" VarRef="Shape_Prototype.description">
|
||||
<EXP />
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</GROUP>
|
||||
<GROUP Id="RDK:25762775" SubType="Else">
|
||||
<COMMENTS Id="RDK:25762773" DesignTimeRemark="Wenn description leer ist, wird der Shape_Prototype.source nicht überschrieben und die source als Referenz verwendet" />
|
||||
|
||||
Reference in New Issue
Block a user