SharePointCommunity
Die deutschsprachige Community für SharePoint, Microsoft 365, Teams, Yammer und mit Azure

Sponsored by

Willkommen im Forum Archiv.
Einträge sind hier nicht mehr möglich, aber der Bestand von 12 Jahren SharePoint-Wissen ist hier recherchierbar.




Page Layout Controls Design

Unbeantwortet Dieser Beitrag hat 1 Antworten

Ohne Rang
1 Beiträge
Bonra erstellt 15 Juni 2012 19:28
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Situation:

I have a custom page layout including sharepointwebcontrols. For example a TextField:

<div id="NameDerSoftware">

             <SharePointWebControls:TextField FieldName="e2fc6bc1-4d40-4e7a-b20a-c0c454983344"

         runat="server"></SharePointWebControls:TextField></div>

 

Requirement:

I need to adjust the input textbox (EditMode) to a specific width and/or height.

I tried

.NameDerSoftware input[type='text']

{

    width:95%;

}

 

 

but it isn't reflected on the screen.

 

Any hinds for me?

Alle Antworten

Ohne Rang
634 Beiträge
Olaf Didszun Als Antwort am 16 Juni 2012 15:43
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Maybe the CssClass member of the TextField-class is an option: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.textfield.cssclass

Regards

Olaf