X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FPresenter%2FPart.pm;h=2f8624d74fb77c84271051156c501806d197bad5;hb=713de5ed35a8a1faea940354254c4e781631c495;hp=40c172b2f171feb342f8938b65215b424ad427a4;hpb=65e51d8ee11d5f8110ccf9d1d46f6c282464576c;p=kivitendo-erp.git diff --git a/SL/Presenter/Part.pm b/SL/Presenter/Part.pm index 40c172b2f..2f8624d74 100644 --- a/SL/Presenter/Part.pm +++ b/SL/Presenter/Part.pm @@ -256,6 +256,16 @@ where C is the dom id of the part picker. Or you can even do it the other way round setting C to 1 on creation and open a single selection popup with js. +If C<%params> contains C an input field with the dom id +C will be rendered in the alternative popup. +This can be used in the callback for C to controll the +input postion for the items. + +If C<%params> contains C the alternative popup will not +show any results if there are more than C results. A warning +message is displayed in this case. Set C to 0 to disable +the limitation. The limit defaults to 100. + Obsolete parts will by default not be displayed for selection. However they are accepted as default values and can persist during updates. As with other selectors though, they are not selectable once overridden.