init
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
using Kreta.Framework.Util;
|
||||
|
||||
namespace Kreta.Enums.ManualEnums
|
||||
{
|
||||
/// <summary>
|
||||
/// A Kendo Grid context menüjének típusai. StringValue attribútumként kell megadni a linkhez tartozó osztályt.
|
||||
/// </summary>
|
||||
public enum GridButtonsEnum
|
||||
{
|
||||
[StringValue("Tool")]
|
||||
Modositas,
|
||||
[StringValue("Trash")]
|
||||
Torles,
|
||||
[StringValue("Wizard")]
|
||||
Kivalasztas,
|
||||
[StringValue("Plus")]
|
||||
Hozzarendel,
|
||||
[StringValue("Document2")]
|
||||
Reszletek,
|
||||
[StringValue("Plus")]
|
||||
Hozzaadas,
|
||||
[StringValue("Download")]
|
||||
Letoltes,
|
||||
[StringValue("Printer")]
|
||||
Nyomtatas,
|
||||
[StringValue("Email")]
|
||||
Valaszol,
|
||||
[StringValue("Minus")]
|
||||
Visszavonas,
|
||||
[StringValue("Calendar")]
|
||||
AllomanyGeneralas,
|
||||
[StringValue("Refresh")]
|
||||
IsmeteltEloallitas,
|
||||
[StringValue("Key")]
|
||||
Felold,
|
||||
[StringValue("Jovahagy")]
|
||||
Jovahagy,
|
||||
[StringValue("Cancel")]
|
||||
X,
|
||||
[StringValue("Stats")]
|
||||
Statisztika,
|
||||
[StringValue("Stats2")]
|
||||
Statisztika2,
|
||||
[StringValue("Document")]
|
||||
Masolas,
|
||||
[StringValue("Mail")]
|
||||
Level,
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user