- Modificata gestione elementi split (su dimensione secondaria si specifica solo una larghezza per split)
- Aggiunta gestione profili bottom rail per sash e frame - Iniziato a gestire dimensione solo luce per sash
This commit is contained in:
@@ -1171,7 +1171,7 @@ namespace WebWindowComplex
|
||||
/// </summary>
|
||||
/// <param name="profileNameList"> Lista dei profili </param>
|
||||
/// <param name="GroupIdSearch"> Id Area che si sta cercando </param>
|
||||
/// <param name="EntityIdSearch"> Id dell'anta (se -1 non usare) </param>
|
||||
/// <param name="EntityIdSearch"> Id dell'anta o dello split (se -1 non usare) </param>
|
||||
/// <returns></returns>
|
||||
private void UpdateProfileElement(List<string> profileNameList, int GroupIdSearch, int EntityIdSearch)
|
||||
{
|
||||
@@ -1615,7 +1615,6 @@ namespace WebWindowComplex
|
||||
return "btn btn-secondary btn-sm";
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Metodo per ottenere lista groupId
|
||||
/// </summary>
|
||||
@@ -1632,6 +1631,7 @@ namespace WebWindowComplex
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endregion Private Methods
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user